Index: trunk/phase3/includes/api/ApiQueryImageInfo.php |
— | — | @@ -368,7 +368,7 @@ |
369 | 369 | } |
370 | 370 | |
371 | 371 | if ( isset( $prop['bitdepth'] ) ) { |
372 | | - $vals['bitdepth'] = $file->getBitDepth(); |
| 372 | + $vals['bitdepth'] = $file->getBitDepth(); |
373 | 373 | } |
374 | 374 | |
375 | 375 | return $vals; |