Correction of photo tag formatting

This commit is contained in:
Quentin Ligier 2016-04-17 21:45:51 +02:00
parent 9d8f9356f2
commit 20e22d2777

View File

@ -767,7 +767,7 @@ final class Photo {
if (!empty($iptcInfo['2#120'][0])) $return['description'] = $iptcInfo['2#120'][0];
// Tags
if (!empty($iptcInfo['2#025'])) $return['tags'] = str_replace('; ', ',', $iptcInfo['2#025']);
if (!empty($iptcInfo['2#025'])) $return['tags'] = implode(',', $iptcInfo['2#025']);
// Position
$fields = array();