User::loadFromRow takes a stdClass object, not an array
authorKunal Mehta <legoktm@gmail.com>
Thu, 19 Dec 2013 18:25:33 +0000 (10:25 -0800)
committerKunal Mehta <legoktm@gmail.com>
Thu, 19 Dec 2013 18:25:33 +0000 (10:25 -0800)
Change-Id: I8e0a56c02d474884a946d35dbab44bb39179d791

includes/User.php

index a2e7023..e7c5a32 100644 (file)
@@ -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