X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSearchUpdate.php;h=087a8ba5dc7979b43450dca552ad4c31b802e35f;hb=68ed90f748978d2fc941a01ca3081664da0df8e5;hp=724197c15757a0c05934c65b2f7004e4973561d2;hpb=f9619da3f02b4759ae92250c483d4bf14dfd9ee8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SearchUpdate.php b/includes/SearchUpdate.php index 724197c157..087a8ba5dc 100644 --- a/includes/SearchUpdate.php +++ b/includes/SearchUpdate.php @@ -1,7 +1,7 @@ mId, $this->mNamespace, $this->mTitle, &$text ) ); - + # Perform the actual update $search->update($this->mId, Title::indexTitle( $this->mNamespace, $this->mTitle ), $text); - + wfProfileOut( $fname ); } } /** * Placeholder class - * @addtogroup Search + * @ingroup Search */ class SearchUpdateMyISAM extends SearchUpdate { # Inherits everything } - -?>