From: Reedy Date: Sun, 24 Jan 2016 13:05:22 +0000 (+0000) Subject: Fix another function casing X-Git-Tag: 1.31.0-rc.0~8236^2 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=d8e7d6ea512db37be897d1c53454d98bb9aacd1b;p=lhc%2Fweb%2Fwiklou.git Fix another function casing Change-Id: Ib0905b97898195305bf4678bfd6acbb71ab36fb6 --- diff --git a/includes/media/IPTC.php b/includes/media/IPTC.php index 98fbde3ec0..9e51b7dd30 100644 --- a/includes/media/IPTC.php +++ b/includes/media/IPTC.php @@ -295,7 +295,7 @@ class IPTC { // in iim 4.1, but not in the XMP // stuff. We're going to just // extract the first value. - $con = self::ConvIPTC( $val, $c ); + $con = self::convIPTC( $val, $c ); if ( strlen( $con[0] ) < 5 ) { wfDebugLog( 'iptc', 'IPTC: ' . '2:04 too short. '