Merge "Added a separate error message for mkdir failures"
[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 );