Fix of bug 6386
[lhc/web/wiklou.git] / languages / LanguageZh.php
index 0b1d6bf..d3a62da 100644 (file)
@@ -84,7 +84,7 @@ class LanguageZh extends LanguageZh_cn {
                //other way around
 
                $t = $this->mConverter->autoConvert($t, 'zh-cn');
-               $t = LanguageUtf8::stripForSearch( $t );
+               $t = parent::stripForSearch( $t );
                wfProfileOut( $fname );
                return $t;