1
0

Fixing allcaps typo.

This commit is contained in:
chalbertgit 2012-10-19 16:09:00 -04:00
parent 82bb01ba71
commit aa11952e28

View File

@ -71,8 +71,8 @@ class iptc_Core {
$record->key_count = count($keys);
$record->dirty = 0;
$record->save();
if (!empty($iptc['KEYWORDS']) {
$tags = explode(';', $iptc['KEYWORDS']);
if (!empty($iptc['Keywords']) {
$tags = explode(';', $iptc['Keywords']);
foreach ($tags as $tag) {
try {
tag::add($item, $tag);