1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-08-22 22:24:02 +00:00

Update on empty uri-id

This commit is contained in:
Michael 2021-07-09 08:46:42 +00:00
parent b50a92cf7a
commit 9ac284ec3a

View file

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