r63598 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63597‎ | r63598 | r63599 >
Date:12:27, 11 March 2010
Author:ialex
Status:ok
Tags:
Comment:
Fix for r63578: also change wordSegmentation() to segmentByWord() here
Modified paths:
  • /trunk/phase3/includes/search/SearchEngine.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/search/SearchEngine.php
@@ -59,7 +59,7 @@
6060 global $wgContLang;
6161
6262 // Some languages such as Chinese require word segmentation
63 - return $wgContLang->wordSegmentation( $string );
 63+ return $wgContLang->segmentByWord( $string );
6464 }
6565
6666 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r63578Follow-up r61856...mah21:54, 10 March 2010

Status & tagging log