r50517 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50516‎ | r50517 | r50518 >
Date:15:00, 12 May 2009
Author:dale
Status:deferred
Tags:
Comment:
typo
Modified paths:
  • /branches/new-upload/phase3/includes/api/ApiUpload.php (modified) (history)

Diff [purge]

Index: branches/new-upload/phase3/includes/api/ApiUpload.php
@@ -125,7 +125,7 @@
126126
127127 $status = $this->mUpload->fetchFile();
128128 if( !$status->isOK() ){
129 - return $this->dieUsage( 'fetchfilerror', $status->getWikiText());
 129+ return $this->dieUsage( 'fetchfileerror', $status->getWikiText());
130130 }
131131 //check if we doing a async request set session info and return the upload_session_key)
132132 if( $this->mUpload->isAsync() ){

Status & tagging log