r58661 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58660‎ | r58661 | r58662 >
Date:16:38, 6 November 2009
Author:demon
Status:ok
Tags:
Comment:
rm unused global
Modified paths:
  • /trunk/phase3/includes/HttpFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/HttpFunctions.php
@@ -104,7 +104,7 @@
105105 private static function initBackgroundDownload( $url, $target_file_path,
106106 $content_length = null )
107107 {
108 - global $wgMaxUploadSize, $IP, $wgPhpCli, $wgServer;
 108+ global $IP, $wgPhpCli, $wgServer;
109109 $status = Status::newGood();
110110
111111 // generate a session id with all the details for the download (pid, target_file_path )

Status & tagging log