r53342 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53341‎ | r53342 | r53343 >
Date:23:11, 15 July 2009
Author:dale
Status:deferred
Tags:
Comment:
fixed error msg
Modified paths:
  • /trunk/phase3/includes/api/ApiUpload.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiUpload.php
@@ -89,7 +89,7 @@
9090 } else if( $this->mParams['httpstatus'] && $this->mParams['sessionkey'] ){
9191 // return the status of the given upload session_key:
9292 if( !isset( $_SESSION['wsDownload'][ $this->mParams['sessionkey'] ] ) ){
93 - return $this->dieUsageMsg( array( 'error' => 'invalid-session-key' ) );
 93+ return $this->dieUsageMsg( array( 'invalid-session-key' ) );
9494 }
9595 $sd = & $_SESSION['wsDownload'][$this->mParams['sessionkey']];
9696 // keep passing down the upload sessionkey

Follow-up revisions

RevisionCommit summaryAuthorDate
r53343other part of the r53342 commitdale23:15, 15 July 2009

Status & tagging log