From: Chad Horohoe Date: Fri, 6 Nov 2009 16:38:19 +0000 (+0000) Subject: rm unused global X-Git-Tag: 1.31.0-rc.0~38938 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=14bbcfdcd477e5abf5c425206a3c8a403a3c57a2;p=lhc%2Fweb%2Fwiklou.git rm unused global --- diff --git a/includes/HttpFunctions.php b/includes/HttpFunctions.php index 90845f5903..e1c91cd0ac 100644 --- a/includes/HttpFunctions.php +++ b/includes/HttpFunctions.php @@ -104,7 +104,7 @@ class Http { private static function initBackgroundDownload( $url, $target_file_path, $content_length = null ) { - global $wgMaxUploadSize, $IP, $wgPhpCli, $wgServer; + global $IP, $wgPhpCli, $wgServer; $status = Status::newGood(); // generate a session id with all the details for the download (pid, target_file_path )