Fix sneaky memcached issue which was preventing successful user option migration
authorAndrew Garrett <werdna@users.mediawiki.org>
Fri, 24 Apr 2009 08:35:33 +0000 (08:35 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Fri, 24 Apr 2009 08:35:33 +0000 (08:35 +0000)
includes/User.php

index ae6bcac..bcd9c66 100644 (file)
@@ -120,6 +120,7 @@ class User {
                'mGroups',
                // user_properties table
                'mOptions',
+               'mOptionsLoaded',
        );
 
        /**