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 @@
60
60
global $wgContLang;
61
61
62
62
// Some languages such as Chinese require word segmentation
63
- return $wgContLang->wordSegmentation( $string );
63
+ return $wgContLang->segmentByWord( $string );
64
64
}
65
65
66
66
/**
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r63578
Follow-up
r61856
...
mah
21:54, 10 March 2010
Status & tagging log
18:01, 28 July 2010
😂
(
talk
|
contribs
)
changed the
status
of r63598
[
removed:
new
added:
ok]