From: Matteo Nastasi (mop) Date: Wed, 30 Nov 2011 07:43:10 +0000 (+0100) Subject: wrong additional params to xcape fixed X-Git-Tag: 3.6.1~3 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=323f1b5ce4d154e922b024384e6ec8c6f0f6d858 wrong additional params to xcape fixed --- diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index 966695d..b7c703b 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -1108,7 +1108,7 @@ class Bin5 { $itin = ($user->flags & USER_FLAG_AUTH ? "" : ""); $itou = ($user->flags & USER_FLAG_AUTH ? "" : ""); $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('$("myname").innerHTML = "%s%s%s";', - $itin, xcape($user->name,ENT_COMPAT,"UTF-8"), $itou); + $itin, xcape($user->name), $itou); } $user_cur->step_inc(); }