From 14bbcfdcd477e5abf5c425206a3c8a403a3c57a2 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 6 Nov 2009 16:38:19 +0000 Subject: [PATCH] rm unused global --- includes/HttpFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.20.1