From 4608f203b2c709310261b5e65aaf2b3aeb975304 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Mon, 10 Jul 2017 13:19:52 +0200 Subject: [PATCH] pass by reference fixed [2] --- web/briskin5/Obj/rules_together17.phh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/briskin5/Obj/rules_together17.phh b/web/briskin5/Obj/rules_together17.phh index 868a5ad..75c84c3 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; } -- 2.17.1