Merge "Show a warning in edit preview when a template loop is detected"
[lhc/web/wiklou.git] / includes / media / BitmapMetadataHandler.php
index c5f9cbb..35c9751 100644 (file)
@@ -230,7 +230,6 @@ class BitmapMetadataHandler {
         * @return array Metadata array
         */
        public static function GIF( $filename ) {
-
                $meta = new self();
                $baseArray = GIFMetadataExtractor::getMetadata( $filename );