r104068 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r104067
|
r104068
|
r104069
>
Date:
19:25, 23 November 2011
Author:
midom
Status:
ok
Tags:
Comment:
too many index collisions on user=0
Modified paths:
/branches/wmf/1.18wmf1/extensions/PrefSwitch/PrefSwitch.classes.php
(modified) (
history
)
Diff
[
purge
]
Index: branches/wmf/1.18wmf1/extensions/PrefSwitch/PrefSwitch.classes.php
—
—
@@ -80,7 +80,8 @@
81
81
),
82
82
call_user_func( array( self::$fieldTypes[$config['type']], 'save' ), $question, $wgRequest )
83
83
),
84
- __METHOD__
84
+ __METHOD__,
85
+ array( 'IGNORE' )
85
86
);
86
87
}
87
88
}
Status & tagging log
17:02, 28 November 2011
😂
(
talk
|
contribs
)
changed the
status
of r104068
[
removed:
new
added:
ok]