Remove PHP4 style constructor
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 5 Dec 2013 11:06:45 +0000 (12:06 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Thu, 5 Dec 2013 11:06:45 +0000 (12:06 +0100)
Change-Id: Ic0eaac33286deef3e1ea8078ebc25cfc1cecf422

includes/media/FormatMetadata.php

index f79284f..fa0fa55 100644 (file)
@@ -1875,7 +1875,7 @@ class FormatExif {
        /**
         * @param $meta array
         */
-       function FormatExif( $meta ) {
+       function __construct( $meta ) {
                wfDeprecated( __METHOD__, '1.18' );
                $this->meta = $meta;
        }