Index: branches/new-upload/phase3/includes/api/ApiUpload.php |
— | — | @@ -125,7 +125,7 @@ |
126 | 126 | |
127 | 127 | $status = $this->mUpload->fetchFile(); |
128 | 128 | if( !$status->isOK() ){ |
129 | | - return $this->dieUsage( 'fetchfilerror', $status->getWikiText()); |
| 129 | + return $this->dieUsage( 'fetchfileerror', $status->getWikiText()); |
130 | 130 | } |
131 | 131 | //check if we doing a async request set session info and return the upload_session_key) |
132 | 132 | if( $this->mUpload->isAsync() ){ |