Allow to remove the "extid" content as well.
This commit is contained in:
parent
be16bdcc24
commit
a12992f063
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ class Item
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($fields['extid']) && empty($fields['external-id'])) {
|
if (isset($fields['extid'])) {
|
||||||
$fields['external-id'] = ItemURI::getIdByURI($fields['extid']);
|
$fields['external-id'] = ItemURI::getIdByURI($fields['extid']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue