]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
typo fixed
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Wed, 13 Mar 2013 19:23:01 +0000 (20:23 +0100)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Wed, 13 Mar 2013 19:23:01 +0000 (20:23 +0100)
web/briskin5/Obj/briskin5.phh

index d7dc0df6cb292a3945b3646678ecfc59f4c11634..008d85c352fc290837a354341f1a6c9e021821bc 100644 (file)
@@ -525,7 +525,7 @@ class Bin5_user extends User {
         
         log_wr("Bin5 constructor");
         
-        $this->privflags  = ($CO_bin5_pref_ring_endauct == "true" ? BIN5_USER_FLAG_RING_ENDAUCT : 0) | 0;
+        $thiz->privflags  = ($CO_bin5_pref_ring_endauct == "true" ? BIN5_USER_FLAG_RING_ENDAUCT : 0) | 0;
 
         $thiz->table_orig = $table;
         $thiz->table      = 0;