X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Fxmp%2FXMPInfo.php;h=5211a2cd3987a80d5dc720524390fdb66b48c3a9;hb=22806b0a4509e97b56fb52b387e17e3c80fb7eb2;hp=052be33a4be844c31028f5e18251d132c0f58550;hpb=320e4c56132681f811c2819e3e22e98715f46ae7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/xmp/XMPInfo.php b/includes/libs/xmp/XMPInfo.php index 052be33a4b..5211a2cd39 100644 --- a/includes/libs/xmp/XMPInfo.php +++ b/includes/libs/xmp/XMPInfo.php @@ -650,7 +650,7 @@ class XMPInfo { 'choices' => [ '1' => true, '2' => true ], ], /******** - * Disable extracting this property (bug 31944) + * Disable extracting this property (T33944) * Several files have a string instead of a Seq * for this property. XMPReader doesn't handle * mismatched types very gracefully (it marks @@ -658,7 +658,7 @@ class XMPInfo { * the relavent prop). Since this prop * doesn't communicate all that useful information * just disable this prop for now, until such - * XMPReader is more graceful (bug 32172) + * XMPReader is more graceful (T34172) * 'YCbCrSubSampling' => array( * 'map_group' => 'exif', * 'mode' => XMPReader::MODE_SEQ,