* Avoid missing argument errors to recordUpload() on image reverts
This commit is contained in:
parent
568e8f946d
commit
d138f74c78
1 changed files with 1 additions and 1 deletions
|
|
@ -1253,7 +1253,7 @@ class Image
|
|||
/**
|
||||
* Record an image upload in the upload log and the image table
|
||||
*/
|
||||
function recordUpload( $oldver, $desc, $license, $copyStatus = '', $source = '' ) {
|
||||
function recordUpload( $oldver, $desc, $license = '', $copyStatus = '', $source = '' ) {
|
||||
global $wgUser, $wgLang, $wgTitle, $wgDeferredUpdateList;
|
||||
global $wgUseCopyrightUpload, $wgUseSquid, $wgPostCommitUpdateList;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue