From: Sam Reed Date: Mon, 13 Dec 2010 12:38:44 +0000 (+0000) Subject: Followup r78295, seems I didn't even bother to rename it last time X-Git-Tag: 1.31.0-rc.0~33345 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=432b83c814e8a5f359c88943d032a0b60abf4cd1;p=lhc%2Fweb%2Fwiklou.git Followup r78295, seems I didn't even bother to rename it last time --- 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;