From: Robert Stojnić Date: Sun, 21 Jun 2009 22:15:39 +0000 (+0000) Subject: Follow-up for r52261, some in-progress stuff sneaked in. X-Git-Tag: 1.31.0-rc.0~41254 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=f144f6a589b956aa594fd7a3f1235551ebbcf483;p=lhc%2Fweb%2Fwiklou.git Follow-up for r52261, some in-progress stuff sneaked in. --- diff --git a/includes/specials/SpecialSearch.php b/includes/specials/SpecialSearch.php index 314aab05b9..eb36ac055c 100644 --- a/includes/specials/SpecialSearch.php +++ b/includes/specials/SpecialSearch.php @@ -261,7 +261,7 @@ class SpecialSearch { $wgOut->addHtml( "
" ); // show direct page/create link - if( !is_null($t) && ($this->active=='default' || $this->active=='all') && !$search->isComplexQuery($term) ) { + if( !is_null($t) && ($this->active=='default' || $this->active=='all') ) { if( !$t->exists() ) { $wgOut->addWikiMsg( 'searchmenu-new', wfEscapeWikiText( $t->getPrefixedText() ) ); } else {