remove stray wfProfileOut()
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 20 Sep 2006 11:19:59 +0000 (11:19 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 20 Sep 2006 11:19:59 +0000 (11:19 +0000)
includes/SpecialSearch.php

index 0c767ed..a479182 100644 (file)
@@ -105,7 +105,6 @@ class SpecialSearch {
                                $t = SearchEngine::getNearMatch( $termVariant );
                                if( !is_null( $t ) ) {
                                        $wgOut->redirect( $t->getFullURL() );
-                                       wfProfileOut( $fname );
                                        return;
                                }
                        }