From: Siebrand Mazeland Date: Thu, 5 Dec 2013 11:06:45 +0000 (+0100) Subject: Remove PHP4 style constructor X-Git-Tag: 1.31.0-rc.0~17737^2~10 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=d39ad9ea64ff043b6cfb91c98ab32a0bc285ccc0;p=lhc%2Fweb%2Fwiklou.git Remove PHP4 style constructor Change-Id: Ic0eaac33286deef3e1ea8078ebc25cfc1cecf422 --- diff --git a/includes/media/FormatMetadata.php b/includes/media/FormatMetadata.php index f79284f0c7..fa0fa55e57 100644 --- a/includes/media/FormatMetadata.php +++ b/includes/media/FormatMetadata.php @@ -1875,7 +1875,7 @@ class FormatExif { /** * @param $meta array */ - function FormatExif( $meta ) { + function __construct( $meta ) { wfDeprecated( __METHOD__, '1.18' ); $this->meta = $meta; }