Update on empty uri-id
This commit is contained in:
parent
b50a92cf7a
commit
9ac284ec3a
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user