X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FException.php;h=5377add7ec2a853683358b56463c0d7e089dcc32;hb=cbf385a5238aab782151338d4b955d17565ffab7;hp=4548345cbf23630f034b3ef839c0947cadad55b8;hpb=76dc1986514cc2da47a0d3872bac8cdcb4ef80e5;p=lhc%2Fweb%2Fwiklou.git 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'] ); } /**