X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSearchUpdate.php;h=087a8ba5dc7979b43450dca552ad4c31b802e35f;hb=10500033b7264ac2ec2fdfacfbb72450888e8e81;hp=aae4a66c86ddcc10e1ea570d1cbafdac0639c7db;hpb=c771fc9c96aacb44b86ade5ecca68334c5d8213f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SearchUpdate.php b/includes/SearchUpdate.php index aae4a66c86..087a8ba5dc 100644 --- a/includes/SearchUpdate.php +++ b/includes/SearchUpdate.php @@ -1,10 +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 + * @ingroup Search */ class SearchUpdateMyISAM extends SearchUpdate { # Inherits everything } - -?>