]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
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 ffa1a1b56d368e3f5fe33344b4ccda8be87c0474..e6c8c318b0853f822345cf2cb5b51749f90426ee 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)) {