From: Michael Date: Fri, 9 Jul 2021 08:46:42 +0000 (+0000) Subject: Update on empty uri-id X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9ac284ec3a01af8687015bc8ba7583662d61485f;p=friendica.git Update on empty uri-id --- 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; } }