From: Brion Vibber Date: Wed, 20 Sep 2006 11:19:59 +0000 (+0000) Subject: remove stray wfProfileOut() X-Git-Tag: 1.31.0-rc.0~55766 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=fb4ed495038b8959b50dd3674209dad6dcf8376d;p=lhc%2Fweb%2Fwiklou.git remove stray wfProfileOut() --- diff --git a/includes/SpecialSearch.php b/includes/SpecialSearch.php index 0c767ede4a..a479182fad 100644 --- a/includes/SpecialSearch.php +++ b/includes/SpecialSearch.php @@ -105,7 +105,6 @@ class SpecialSearch { $t = SearchEngine::getNearMatch( $termVariant ); if( !is_null( $t ) ) { $wgOut->redirect( $t->getFullURL() ); - wfProfileOut( $fname ); return; } }