Merge "Fix another function casing"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sun, 24 Jan 2016 15:22:34 +0000 (15:22 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sun, 24 Jan 2016 15:22:34 +0000 (15:22 +0000)
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. '