From: Tim Starling Date: Fri, 21 May 2004 00:57:17 +0000 (+0000) Subject: bug fix X-Git-Tag: 1.3.0beta1~11 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=8e24b884598ac435c0b76ab8ec85bbd8ec36c802;p=lhc%2Fweb%2Fwiklou.git bug fix --- diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 6d131e12a6..5b013bffe1 100644 --- a/includes/SpecialPage.php +++ b/includes/SpecialPage.php @@ -146,6 +146,7 @@ class SpecialPage } function displayRestrictionError() { + global $wgOut; if ( $this->mRestriction == "developer" ) { $wgOut->developerRequired(); } else {