https://bugzilla.wikimedia.org/show_bug.cgi?id=52978
--- Comment #9 from Steve <[email protected]> --- I found the line of code which changed from 1.20 to 1.21 that broke it: /includes/specials/SpecialUpload.php line 1116: $id = $this->mParams['id']; Change to what it was in 1.20 and Special:Upload works again with copy uploads: line 1116: $id = "wpSourceType{$this->mParams['upload-type']}"; -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
