From e885b638ac566e5eda2b1656334a36ebc180feef Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Mon, 23 Apr 2007 15:50:49 +0000 Subject: [PATCH] remove version --- includes/Image.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Image.php b/includes/Image.php index 6a36f25ca8..c09483edf6 100644 --- a/includes/Image.php +++ b/includes/Image.php @@ -1441,6 +1441,7 @@ class Image if ( !$exif ) { return array(); } + unset( $exif['MEDIAWIKI_EXIF_VERSION'] ); $format = new FormatExif( $exif ); return $format->getFormattedData(); -- 2.20.1