diff --git a/includes/media/FormatMetadata.php b/includes/media/FormatMetadata.php index b531c9d88d7..c270542f86d 100644 --- a/includes/media/FormatMetadata.php +++ b/includes/media/FormatMetadata.php @@ -113,6 +113,7 @@ class FormatMetadata extends ContextSource { unset( $tags['AuthorsPosition'] ); unset( $tags['LocationCreated'] ); unset( $tags['LocationShown'] ); + unset( $tags['GPSAltitudeRef'] ); foreach ( $tags as $tag => &$vals ) { // This seems ugly to wrap non-array's in an array just to unwrap again,