X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fmedia%2FIPTC.php;h=544dd21152782837d81a8cb8ae005f1adab57e21;hb=5e5579d04cfac26317ff13cd85ed8453a113c10f;hp=6e04b3dbffdfd97b3fb6e6f6a81bef80c247b73b;hpb=0fa37e40a03b06def908e90cb981ffd7b864ead2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/media/IPTC.php b/includes/media/IPTC.php index 6e04b3dbff..544dd21152 100644 --- a/includes/media/IPTC.php +++ b/includes/media/IPTC.php @@ -63,7 +63,7 @@ class IPTC { wfDebugLog( 'iptc', "IPTC tag $tag had only whitespace as its value." ); continue; } - switch( $tag ) { + switch ( $tag ) { case '2#120': /*IPTC caption. mapped with exif ImageDescription*/ $data['ImageDescription'] = self::convIPTC( $val, $c ); break;