From: Tim Starling Date: Sun, 27 Mar 2005 18:35:46 +0000 (+0000) Subject: Fixed obvious bug X-Git-Tag: 1.5.0alpha1~479 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=70451542fb54a61686f4e89951cf8c1dc7ac8bb0;p=lhc%2Fweb%2Fwiklou.git Fixed obvious bug --- 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 );