From 432b83c814e8a5f359c88943d032a0b60abf4cd1 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 13 Dec 2010 12:38:44 +0000 Subject: [PATCH] Followup r78295, seems I didn't even bother to rename it last time --- includes/specials/SpecialSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialSearch.php b/includes/specials/SpecialSearch.php index 99cc0bfbf3..1d5dfd7d94 100644 --- a/includes/specials/SpecialSearch.php +++ b/includes/specials/SpecialSearch.php @@ -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; -- 2.20.1