diff --git a/src/Model/FContact.php b/src/Model/FContact.php index 24421b8c08..0fc4633275 100644 --- a/src/Model/FContact.php +++ b/src/Model/FContact.php @@ -60,7 +60,7 @@ class FContact $update = true; } - if ($person["guid"] == "") { + if (empty($person['guid']) || empty($person['uri-id'])) { $update = true; } }