Update on empty uri-id

This commit is contained in:
Michael 2021-07-09 08:46:42 +00:00
parent b50a92cf7a
commit 9ac284ec3a
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class FContact
$update = true;
}
if ($person["guid"] == "") {
if (empty($person['guid']) || empty($person['uri-id'])) {
$update = true;
}
}