From: Tim Starling Date: Mon, 23 Apr 2007 15:50:49 +0000 (+0000) Subject: remove version X-Git-Tag: 1.31.0-rc.0~53272 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=e885b638ac566e5eda2b1656334a36ebc180feef;p=lhc%2Fweb%2Fwiklou.git remove version --- 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();