r98153 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98152‎ | r98153 | r98154 >
Date:18:22, 26 September 2011
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Bug 31169 - Paraminfo for upload module is broken
Modified paths:
  • /branches/wmf/1.17wmf1/includes/api/ApiUpload.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/includes/api/ApiUpload.php
@@ -494,7 +494,6 @@
495495
496496 public function getPossibleErrors() {
497497 return array_merge( parent::getPossibleErrors(),
498 - $this->getRequireOnlyOneParameterErrorMessages( array( 'filekey', 'file', 'url', 'statuskey' ) ),
499498 array(
500499 array( 'uploaddisabled' ),
501500 array( 'invalid-file-key' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94806merging in changes for UploadStash in the dbneilk19:59, 17 August 2011

Comments

#Comment by Reedy (talk | contribs)   18:23, 26 September 2011

Was introduced in r94806

Status & tagging log