From a214e9aa2896fc1623c918c03c7b0cbff43fcbc0 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 20 Mar 2011 18:47:09 +0100 Subject: [PATCH] User::load_data sess parameter added --- web/Obj/brisk.phh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 2fa4ed9..aab98f4 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2283,7 +2283,7 @@ class Room { shm_detach($shm); for ($i = 0 ; $i < MAX_PLAYERS ; $i++) { - $room->user[$i] = User::load_data($i); + $room->user[$i] = User::load_data($i, FALSE); } } -- 2.17.1