rm unused global
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 6 Nov 2009 16:38:19 +0000 (16:38 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 6 Nov 2009 16:38:19 +0000 (16:38 +0000)
includes/HttpFunctions.php

index 90845f5..e1c91cd 100644 (file)
@@ -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 )