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 @@
8181 ),
8282 call_user_func( array( self::$fieldTypes[$config['type']], 'save' ), $question, $wgRequest )
8383 ),
84 - __METHOD__
 84+ __METHOD__,
 85+ array( 'IGNORE' )
8586 );
8687 }
8788 }

Status & tagging log