pass by reference fixed [2]
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Mon, 10 Jul 2017 11:19:52 +0000 (13:19 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Mon, 10 Jul 2017 11:19:52 +0000 (13:19 +0200)
web/briskin5/Obj/rules_together17.phh

index 868a5ad..75c84c3 100644 (file)
@@ -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;
         }