From 8e24b884598ac435c0b76ab8ec85bbd8ec36c802 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 21 May 2004 00:57:17 +0000 Subject: bug fix --- includes/SpecialPage.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/SpecialPage.php') diff --git a/includes/SpecialPage.php b/includes/SpecialPage.php index 6d131e12a6e0..5b013bffe1fc 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 { -- cgit v1.2.3