From: Matteo Nastasi Date: Mon, 10 Jul 2017 11:19:15 +0000 (+0200) Subject: pass by reference fixed X-Git-Tag: v5.6.0~31 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=283aba5117ae013925d1bae84795c82762e6ac38 pass by reference fixed --- diff --git a/web/briskin5/Obj/rules_together17.phh b/web/briskin5/Obj/rules_together17.phh index 86b0d22..868a5ad 100644 --- a/web/briskin5/Obj/rules_together17.phh +++ b/web/briskin5/Obj/rules_together17.phh @@ -187,7 +187,7 @@ oppure asso, tre, cavallo, 7, 6, 5 e 4 ). function rules_checkchoose(&$bri, $curtime, $action, $user, &$ret_s, $a_brisco) { - if (! parent::rules_checkchoose(&$bri, $curtime, $action, $user, &$ret_s, $a_brisco)) { + if (! parent::rules_checkchoose($bri, $curtime, $action, $user, &$ret_s, $a_brisco)) { return FALSE; }