From: Gabriel Wicke Date: Sun, 8 Feb 2004 21:13:42 +0000 (+0000) Subject: cleaned up unnecessary global declaration X-Git-Tag: 1.3.0beta1~1003 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=08df14986e77522bd26597d25cae376923ea0142;p=lhc%2Fweb%2Fwiklou.git cleaned up unnecessary global declaration --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 92b416e3fe..ac7d6575a8 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -253,7 +253,7 @@ class OutputPage { } function sendCacheControl() { - global $wgUseSquid, $wgUseESI, $wgSquidMaxage, $wgOut; + global $wgUseSquid, $wgUseESI, $wgSquidMaxage; # FIXME: This header may cause trouble with some versions of Internet Explorer header( "Vary: Accept-Encoding, Cookie" ); if( $this->mLastModified != "" ) {