jenkins-bot has submitted this change and it was merged.

Change subject: Fix another function casing
......................................................................


Fix another function casing

Change-Id: Ib0905b97898195305bf4678bfd6acbb71ab36fb6
---
M includes/media/IPTC.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Brian Wolff: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/media/IPTC.php b/includes/media/IPTC.php
index 98fbde3..9e51b7d 100644
--- a/includes/media/IPTC.php
+++ b/includes/media/IPTC.php
@@ -295,7 +295,7 @@
                                        // 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. '

-- 
To view, visit https://gerrit.wikimedia.org/r/266061
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib0905b97898195305bf4678bfd6acbb71ab36fb6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Brian Wolff <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to