mirror of
https://github.com/Intervention/image.git
synced 2025-08-01 11:30:16 +02:00
fixed typo
This commit is contained in:
@@ -45,7 +45,7 @@ class IptcCommand extends AbstractCommand
|
||||
$data['Headline'] = isset($iptc["2#105"][0]) ? $iptc["2#105"][0] : null;
|
||||
$data['Source'] = isset($iptc["2#110"][0]) ? $iptc["2#110"][0] : null;
|
||||
$data['PhotoSource'] = isset($iptc["2#115"][0]) ? $iptc["2#115"][0] : null;
|
||||
$data['Copyright'] = isset($iptc["2#115"][0]) ? $iptc["2#116"][0] : null;
|
||||
$data['Copyright'] = isset($iptc["2#116"][0]) ? $iptc["2#116"][0] : null;
|
||||
$data['Caption'] = isset($iptc["2#120"][0]) ? $iptc["2#120"][0] : null;
|
||||
$data['CaptionWriter'] = isset($iptc["2#120"][0]) ? $iptc["2#122"][0] : null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user