Fix another function casing
authorReedy <reedy@wikimedia.org>
Sun, 24 Jan 2016 13:05:22 +0000 (13:05 +0000)
committerReedy <reedy@wikimedia.org>
Sun, 24 Jan 2016 13:05:22 +0000 (13:05 +0000)
Change-Id: Ib0905b97898195305bf4678bfd6acbb71ab36fb6

includes/media/IPTC.php

index 98fbde3..9e51b7d 100644 (file)
@@ -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. '