From: Chad Horohoe Date: Thu, 2 Jan 2014 19:58:28 +0000 (-0800) Subject: MWException doesn't care about $wgTitle anymore X-Git-Tag: 1.31.0-rc.0~17357^2 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=cbf385a5238aab782151338d4b955d17565ffab7;p=lhc%2Fweb%2Fwiklou.git MWException doesn't care about $wgTitle anymore Change-Id: I59a54280496cc5bbc953948f16a6cb20790d3c56 --- diff --git a/includes/Exception.php b/includes/Exception.php index 4548345cbf..5377add7ec 100644 --- a/includes/Exception.php +++ b/includes/Exception.php @@ -38,8 +38,7 @@ class MWException extends Exception { function useOutputPage() { return $this->useMessageCache() && !empty( $GLOBALS['wgFullyInitialised'] ) && - !empty( $GLOBALS['wgOut'] ) && - !empty( $GLOBALS['wgTitle'] ); + !empty( $GLOBALS['wgOut'] ); } /**