AutoLoad search classes
[lhc/web/wiklou.git] / includes / Title.php
index 1e87fd8..21676c0 100644 (file)
@@ -334,7 +334,6 @@ class Title {
         */
        /* static */ function indexTitle( $ns, $title ) {
                global $wgContLang;
-               require_once( 'SearchEngine.php' );
 
                $lc = SearchEngine::legalSearchChars() . '&#;';
                $t = $wgContLang->stripForSearch( $title );