From: Matteo Nastasi (mop) Date: Sun, 20 Mar 2011 17:47:09 +0000 (+0100) Subject: User::load_data sess parameter added X-Git-Tag: 3.4.4~6 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=a214e9aa2896fc1623c918c03c7b0cbff43fcbc0;p=brisk.git User::load_data sess parameter added --- 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); } }