From 65db9edebe19b8f124f5445bd5d8b0f39d2c6909 Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Mon, 10 Jul 2017 13:20:32 +0200 Subject: [PATCH] pass by reference fixed [3] --- web/briskin5/Obj/rules_old_rules.phh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/briskin5/Obj/rules_old_rules.phh b/web/briskin5/Obj/rules_old_rules.phh index ffa1a1b..e6c8c31 100644 --- a/web/briskin5/Obj/rules_old_rules.phh +++ b/web/briskin5/Obj/rules_old_rules.phh @@ -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)) { -- 2.17.1