Fixed a bug in User::loadOptions(), probably introduced in r49925, causing the User...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 8 Feb 2012 05:25:19 +0000 (05:25 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 8 Feb 2012 05:25:19 +0000 (05:25 +0000)
commit40469f56bd4afa47a58a10780978c4390f0a2d72
tree3a0c80b05ca0d31298ac717a2523442458f27895
parentd36fe2f514ff793df109066c93e22f68c9f37ae6
Fixed a bug in User::loadOptions(), probably introduced in r49925, causing the User::loadOptions() query to be done after a cache load if the user had no option overrides at the time of cache save. Store an empty array to the cache's mOptionOverrides instead of null.
includes/User.php