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 @@
279
279
self::addMeta( $result,
280
280
in_array( $tag, $visibleFields ) ? 'visible' : 'collapsed',
281
281
'exif',
282
- "exif-$tag",
282
+ $tag,
283
283
$value
284
284
);
285
285
}
Follow-up revisions
Revision
Commit summary
Author
Date
r24502
Merged revisions 24415-24479 via svnmerge from...
david
22:31, 31 July 2007
Status & tagging log
15:20, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r24443
[
removed:
ok
added:
old]