From: Raimond Spekking Date: Thu, 4 Nov 2010 11:08:00 +0000 (+0000) Subject: Follow-up r75996: Forgotten to remove an old line X-Git-Tag: 1.31.0-rc.0~34100 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=085b208f4c9af53c55a17bcea033e04dbd4afb6d;p=lhc%2Fweb%2Fwiklou.git Follow-up r75996: Forgotten to remove an old line --- diff --git a/includes/specials/SpecialSearch.php b/includes/specials/SpecialSearch.php index e6819841b1..1c1e1649d6 100644 --- a/includes/specials/SpecialSearch.php +++ b/includes/specials/SpecialSearch.php @@ -302,7 +302,6 @@ class SpecialSearch { $textMatches->free(); } if( $num === 0 ) { - #$wgOut->addWikiMsg( 'search-nonefound', wfEscapeWikiText( $term ) ); $wgOut->wrapWikiMsg( "

\n$1

", array( 'search-nonefound', wfEscapeWikiText( $term ) ) ); $this->showCreateLink( $t ); }