r82815 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82814‎ | r82815 | r82816 >
Date:20:24, 25 February 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix double indenting
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryImageInfo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryImageInfo.php
@@ -368,7 +368,7 @@
369369 }
370370
371371 if ( isset( $prop['bitdepth'] ) ) {
372 - $vals['bitdepth'] = $file->getBitDepth();
 372+ $vals['bitdepth'] = $file->getBitDepth();
373373 }
374374
375375 return $vals;

Follow-up revisions

RevisionCommit summaryAuthorDate
r82819MFT r82810, r82813, r82814, r82815, r82818reedy21:45, 25 February 2011
r82820MFT r82810, r82813, r82814, r82815, r82818reedy21:46, 25 February 2011

Status & tagging log