From: Kunal Mehta Date: Thu, 19 Dec 2013 18:25:33 +0000 (-0800) Subject: User::loadFromRow takes a stdClass object, not an array X-Git-Tag: 1.31.0-rc.0~17572 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=bf00b546f3c7b597b0657e477497e242fda6b6a6;p=lhc%2Fweb%2Fwiklou.git User::loadFromRow takes a stdClass object, not an array Change-Id: I8e0a56c02d474884a946d35dbab44bb39179d791 --- diff --git a/includes/User.php b/includes/User.php index a2e702379a..e7c5a326f4 100644 --- a/includes/User.php +++ b/includes/User.php @@ -1041,7 +1041,7 @@ class User { /** * Initialize this object from a row from the user table. * - * @param array $row Row from the user table to load. + * @param stdClass $row Row from the user table to load. * @param array $data Further user data to load into the object * * user_groups Array with groups out of the user_groups table