http://www.mediawiki.org/wiki/Special:Code/MediaWiki/82815

Revision: 82815
Author:   reedy
Date:     2011-02-25 20:24:08 +0000 (Fri, 25 Feb 2011)
Log Message:
-----------
Fix double indenting

Modified Paths:
--------------
    trunk/phase3/includes/api/ApiQueryImageInfo.php

Modified: trunk/phase3/includes/api/ApiQueryImageInfo.php
===================================================================
--- trunk/phase3/includes/api/ApiQueryImageInfo.php     2011-02-25 20:22:54 UTC 
(rev 82814)
+++ trunk/phase3/includes/api/ApiQueryImageInfo.php     2011-02-25 20:24:08 UTC 
(rev 82815)
@@ -368,7 +368,7 @@
                }
 
                if ( isset( $prop['bitdepth'] ) ) {
-                               $vals['bitdepth'] = $file->getBitDepth();
+                       $vals['bitdepth'] = $file->getBitDepth();
                }
 
                return $vals;


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to