r24443 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24442‎ | r24443 | r24444 >
Date:23:39, 29 July 2007
Author:brion
Status:old
Tags:
Comment:
Hopefully fix the problem with EXIF field names being listed as <exif-exif-make> etc in the image table.
Since the type is already added to the sub-name, presumably the type ('exif') should not be added in again here.
Modified paths:
  • /trunk/phase3/includes/media/Bitmap.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/media/Bitmap.php
@@ -278,7 +278,7 @@
279279 self::addMeta( $result,
280280 in_array( $tag, $visibleFields ) ? 'visible' : 'collapsed',
281281 'exif',
282 - "exif-$tag",
 282+ $tag,
283283 $value
284284 );
285285 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r24502Merged revisions 24415-24479 via svnmerge from...david22:31, 31 July 2007

Status & tagging log