r70252 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r70251
|
r70252
|
r70253
>
Date:
23:26, 31 July 2010
Author:
platonides
Status:
ok
Tags:
Comment:
Follow up
r70095
. Remove the now unused $wgAllowCopyUploads global.
Modified paths:
/trunk/phase3/includes/api/ApiUpload.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/api/ApiUpload.php
—
—
@@ -38,7 +38,7 @@
39
39
}
40
40
41
41
public function execute() {
42
- global $wgUser, $wgAllowCopyUploads;
42
+ global $wgUser;
43
43
44
44
// Check whether upload is enabled
45
45
if ( !UploadBase::isEnabled() ) {
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r70095
Restructured upload-by-url:...
btongminh
17:14, 28 July 2010
Status & tagging log
19:50, 10 September 2010
Bryan
(
talk
|
contribs
)
changed the
status
of r70252
[
removed:
new
added:
ok]