r75001 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75000‎ | r75001 | r75002 >
Date:05:06, 19 October 2010
Author:neilk
Status:ok
Tags:
Comment:
followup to r74768, moving this line just for clarity (it works either way)
Modified paths:
  • /branches/uploadwizard/extensions/UploadWizard/ApiQueryStashImageInfo.php (modified) (history)

Diff [purge]

Index: branches/uploadwizard/extensions/UploadWizard/ApiQueryStashImageInfo.php
@@ -47,8 +47,8 @@
4848 foreach ( $params['sessionkey'] as $sessionkey ) {
4949 $file = $stash->getFile( $sessionkey );
5050 $imageInfo = self::getInfo( $file, $prop, $result, $scale );
 51+ $result->addValue( array( 'query', $this->getModuleName() ), null, $imageInfo );
5152 $result->setIndexedTagName_internal( array( 'query', $this->getModuleName() ), $modulePrefix );
52 - $result->addValue( array( 'query', $this->getModuleName() ), null, $imageInfo );
5353 }
5454
5555 } catch ( SessionStashNotAvailableException $e ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74768followup to comments on r74539 and r74536neilk04:34, 14 October 2010

Status & tagging log