From 70451542fb54a61686f4e89951cf8c1dc7ac8bb0 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 27 Mar 2005 18:35:46 +0000 Subject: [PATCH] Fixed obvious bug --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index c758cc803c..31b72a760b 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1061,7 +1061,7 @@ function swap( &$x, &$y ) { } function wfGetSiteNotice() { - global $wgSiteNotice; + global $wgSiteNotice, $wgTitle, $wgOut; $fname = 'wfGetSiteNotice'; wfProfileIn( $fname ); -- 2.20.1