Index: trunk/phase3/includes/HttpFunctions.php |
— | — | @@ -104,7 +104,7 @@ |
105 | 105 | private static function initBackgroundDownload( $url, $target_file_path, |
106 | 106 | $content_length = null ) |
107 | 107 | { |
108 | | - global $wgMaxUploadSize, $IP, $wgPhpCli, $wgServer; |
| 108 | + global $IP, $wgPhpCli, $wgServer; |
109 | 109 | $status = Status::newGood(); |
110 | 110 | |
111 | 111 | // generate a session id with all the details for the download (pid, target_file_path ) |