r2459 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r2458‎ | r2459 | r2460 >
Date:21:13, 8 February 2004
Author:gabrielwicke
Status:old
Tags:
Comment:
cleaned up unnecessary global declaration
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -253,7 +253,7 @@
254254 }
255255
256256 function sendCacheControl() {
257 - global $wgUseSquid, $wgUseESI, $wgSquidMaxage, $wgOut;
 257+ global $wgUseSquid, $wgUseESI, $wgSquidMaxage;
258258 # FIXME: This header may cause trouble with some versions of Internet Explorer
259259 header( "Vary: Accept-Encoding, Cookie" );
260260 if( $this->mLastModified != "" ) {

Status & tagging log