From: Bartosz DziewoƄski Date: Mon, 31 Oct 2016 12:51:12 +0000 (+0100) Subject: FormatMetadata: Do not format 'UserComment' as a number X-Git-Tag: 1.31.0-rc.0~4994^2 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=d0243c22ba74f70086cb23234d44206b4c7cb3e0;p=lhc%2Fweb%2Fwiklou.git FormatMetadata: Do not format 'UserComment' as a number It's a freeform text field. Change-Id: Ic3150f48c2e38fa26728bc22017b992d8ddfd152 --- diff --git a/includes/media/FormatMetadata.php b/includes/media/FormatMetadata.php index 78b029693c..fffc262ede 100644 --- a/includes/media/FormatMetadata.php +++ b/includes/media/FormatMetadata.php @@ -866,6 +866,7 @@ class FormatMetadata extends ContextSource { // are included here as we really don't want // commas inserted. case 'ImageDescription': + case 'UserComment': case 'Artist': case 'Copyright': case 'RelatedSoundFile':