Merge "[Upload] Async upload code cleanups."
[lhc/web/wiklou.git] / includes / media / FormatMetadata.php
index 843c1fa..f2710f7 100644 (file)
@@ -1361,7 +1361,7 @@ class FormatExif {
         * @param $meta array
         */
        function FormatExif( $meta ) {
-               wfDeprecated(__METHOD__);
+               wfDeprecated( __METHOD__, '1.18' );
                $this->meta = $meta;
        }