cleaned up unnecessary global declaration
authorGabriel Wicke <gwicke@users.mediawiki.org>
Sun, 8 Feb 2004 21:13:42 +0000 (21:13 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Sun, 8 Feb 2004 21:13:42 +0000 (21:13 +0000)
includes/OutputPage.php

index 92b416e..ac7d657 100644 (file)
@@ -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 != "" ) {