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 d7dc0df..008d85c 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;