From: Matteo Nastasi Date: Wed, 13 Mar 2013 19:23:01 +0000 (+0100) Subject: typo fixed X-Git-Tag: v4.7.1^2 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=5bd74dd5c8d06057ea34c4ebde51551e1e580ea0;p=brisk.git typo fixed --- diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index d7dc0df..008d85c 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -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;