Update on empty uri-id
This commit is contained in:
@@ -60,7 +60,7 @@ class FContact
|
|||||||
$update = true;
|
$update = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($person["guid"] == "") {
|
if (empty($person['guid']) || empty($person['uri-id'])) {
|
||||||
$update = true;
|
$update = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user