remove version
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 23 Apr 2007 15:50:49 +0000 (15:50 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 23 Apr 2007 15:50:49 +0000 (15:50 +0000)
includes/Image.php

index 6a36f25..c09483e 100644 (file)
@@ -1441,6 +1441,7 @@ class Image
                if ( !$exif ) {
                        return array();
                }
+               unset( $exif['MEDIAWIKI_EXIF_VERSION'] );
                $format = new FormatExif( $exif );
 
                return $format->getFormattedData();