From: Magnus Manske Date: Wed, 11 Jan 2006 13:04:43 +0000 (+0000) Subject: fix X-Git-Tag: 1.6.0~604 X-Git-Url: http://git.cyclocoop.org/%27http:/code.google.com/p/ie7-js/Three?a=commitdiff_plain;h=62265d4b1add7e865e61d53dfc51dd0256bc455f;p=lhc%2Fweb%2Fwiklou.git fix --- diff --git a/index.php b/index.php index f66a375db9..540c57400e 100644 --- a/index.php +++ b/index.php @@ -142,7 +142,7 @@ if( !$wgDisableInternalSearch && !is_null( $search ) && $search !== '' ) { $wgTitle = Title::newFromText( wfMsgForContent( 'badtitle' ) ); $wgOut->errorpage( 'badtitle', 'badtitletext' ); } -} else if ( $mediaWiki->initializeSpecialCases( $wgTitle , $wgOutput , $action ) ) { +} else if ( $mediaWiki->initializeSpecialCases( $wgTitle , $wgOut , $action ) ) { # Do nothing, everything was already done by $mediaWiki } else {