Index: branches/wmf/1.17wmf1/includes/api/ApiUpload.php |
— | — | @@ -494,7 +494,6 @@ |
495 | 495 | |
496 | 496 | public function getPossibleErrors() { |
497 | 497 | return array_merge( parent::getPossibleErrors(), |
498 | | - $this->getRequireOnlyOneParameterErrorMessages( array( 'filekey', 'file', 'url', 'statuskey' ) ), |
499 | 498 | array( |
500 | 499 | array( 'uploaddisabled' ), |
501 | 500 | array( 'invalid-file-key' ), |