From 8e24b884598ac435c0b76ab8ec85bbd8ec36c802 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 21 May 2004 00:57:17 +0000 Subject: [PATCH] bug fix --- includes/SpecialPage.php | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.20.1