From d8e7d6ea512db37be897d1c53454d98bb9aacd1b Mon Sep 17 00:00:00 2001 From: Reedy Date: Sun, 24 Jan 2016 13:05:22 +0000 Subject: [PATCH] Fix another function casing Change-Id: Ib0905b97898195305bf4678bfd6acbb71ab36fb6 --- includes/media/IPTC.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ' -- 2.20.1