From: Chad Horohoe Date: Fri, 2 Sep 2011 13:32:35 +0000 (+0000) Subject: Minor tweak to r95521: remove outdated comment about $wgArticle X-Git-Tag: 1.31.0-rc.0~27955 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=6f308eabc5f7c45552d9065b4d8f8a4c5bdb4d53;p=lhc%2Fweb%2Fwiklou.git Minor tweak to r95521: remove outdated comment about $wgArticle --- diff --git a/includes/Wiki.php b/includes/Wiki.php index 3cdbf3ef3c..5113a9db5c 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -149,7 +149,6 @@ class MediaWiki { // Invalid titles. Bug 21776: The interwikis must redirect even if the page name is empty. if ( is_null( $title ) || ( ( $title->getDBkey() == '' ) && ( $title->getInterwiki() == '' ) ) ) { $this->context->title = SpecialPage::getTitleFor( 'Badtitle' ); - // Die now before we mess up $wgArticle and the skin stops working throw new ErrorPageError( 'badtitle', 'badtitletext' ); // If the user is not logged in, the Namespace:title of the article must be in // the Read array in order for the user to see it. (We have to check here to