Correction of photo tag formatting
This commit is contained in:
parent
9d8f9356f2
commit
20e22d2777
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user