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

index ffa1a1b..e6c8c31 100644 (file)
@@ -173,7 +173,7 @@ class Rules_old_rules extends Rules {
 
             $game_delta = 1;
             // $table->game_next(1);
-            $table->game_init(&$bri->user);
+            $table->game_init($bri->user);
         }
         else if ($action == BIN5_RULES_ABANDON) { // return TRUE if all correct
             if (!($user->handpt <= 2)) {