Reedy has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/266061

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/61/266061/1

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: newchange
Gerrit-Change-Id: Ib0905b97898195305bf4678bfd6acbb71ab36fb6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <[email protected]>

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

Reply via email to