From fb4ed495038b8959b50dd3674209dad6dcf8376d Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 20 Sep 2006 11:19:59 +0000 Subject: [PATCH] remove stray wfProfileOut() --- includes/SpecialSearch.php | 1 - 1 file changed, 1 deletion(-) 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; } } -- 2.20.1