From e333031c75c00856bdc987f357563af14e2600f6 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sat, 31 Jul 2010 23:26:16 +0000 Subject: [PATCH] Follow up r70095. Remove the now unused $wgAllowCopyUploads global. --- includes/api/ApiUpload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiUpload.php b/includes/api/ApiUpload.php index a842311392..c5ea2f790e 100644 --- a/includes/api/ApiUpload.php +++ b/includes/api/ApiUpload.php @@ -38,7 +38,7 @@ class ApiUpload extends ApiBase { } public function execute() { - global $wgUser, $wgAllowCopyUploads; + global $wgUser; // Check whether upload is enabled if ( !UploadBase::isEnabled() ) { -- 2.20.1