r49799 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r49798
|
r49799
|
r49800
>
Date:
08:35, 24 April 2009
Author:
werdna
Status:
ok
Tags:
Comment:
Fix sneaky memcached issue which was preventing successful user option migration
Modified paths:
/trunk/phase3/includes/User.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/User.php
—
—
@@ -120,6 +120,7 @@
121
121
'mGroups',
122
122
// user_properties table
123
123
'mOptions',
124
+ 'mOptionsLoaded',
124
125
);
125
126
126
127
/**
Status & tagging log
07:34, 22 May 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r49799
[
removed:
new
added:
ok]
18:50, 28 April 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r49799
[
removed:
new
added:
ok]