Followup r78295, seems I didn't even bother to rename it last time
authorSam Reed <reedy@users.mediawiki.org>
Mon, 13 Dec 2010 12:38:44 +0000 (12:38 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 13 Dec 2010 12:38:44 +0000 (12:38 +0000)
includes/specials/SpecialSearch.php

index 99cc0bf..1d5dfd7 100644 (file)
@@ -102,7 +102,7 @@ class SpecialSearch extends SpecialPage {
                }
                # If there's an exact or very near match, jump right there.
                $t = SearchEngine::getNearMatch( $term );
-               wfRunHooks( 'SpecialSearchGomatch', array( &$t ) );
+               wfRunHooks( 'SpecialSearchGo', array( &$t ) );
                if( !is_null( $t ) ) {
                        $wgOut->redirect( $t->getFullURL() );
                        return;