Reverting r16861; incompatible change to message texts, breaks a lot of toggle displa...
[lhc/web/wiklou.git] / includes / SearchUpdate.php
index 9601f09..37981a6 100644 (file)
@@ -37,10 +37,9 @@ class SearchUpdate {
                $fname = 'SearchUpdate::doUpdate';
                wfProfileIn( $fname );
 
-               require_once( 'SearchEngine.php' );
                $search = SearchEngine::create();
                $lc = $search->legalSearchChars() . '&#;';
-               
+
                if( $this->mText === false ) {
                        $search->updateTitle($this->mId,
                                Title::indexTitle( $this->mNamespace, $this->mTitle ));