Re-commit r34072 with some modifications:
[lhc/web/wiklou.git] / includes / SearchUpdate.php
index 849d6dc..a436c35 100644 (file)
@@ -95,11 +95,11 @@ class SearchUpdate {
                wfProfileOut( "$fname-regexps" );
 
                wfRunHooks( 'SearchUpdate', array( $this->mId, $this->mNamespace, $this->mTitle, &$text ) );
-               
+
                # Perform the actual update
                $search->update($this->mId, Title::indexTitle( $this->mNamespace, $this->mTitle ),
                                $text);
-               
+
                wfProfileOut( $fname );
        }
 }
@@ -111,5 +111,3 @@ class SearchUpdate {
 class SearchUpdateMyISAM extends SearchUpdate {
        # Inherits everything
 }
-
-