r64874 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64873‎ | r64874 | r64875 >
Date:13:16, 10 April 2010
Author:tstarling
Status:ok
Tags:
Comment:
Fix total breakage of search engine in zh wikis due to incorrect variable name
Modified paths:
  • /trunk/phase3/languages/classes/LanguageZh_hans.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/classes/LanguageZh_hans.php
@@ -19,7 +19,7 @@
2020 return $s;
2121 }
2222
23 - function normalizeForSearch( $string ) {
 23+ function normalizeForSearch( $s ) {
2424 wfProfileIn( __METHOD__ );
2525
2626 // Double-width roman characters
@@ -30,4 +30,4 @@
3131 wfProfileOut( __METHOD__ );
3232 return $s;
3333 }
34 -}
\ No newline at end of file
 34+}

Status & tagging log