Fix Notice "Undefined index: subscribe"

This commit is contained in:
Michael 2020-06-05 10:44:36 +00:00
parent ff9f2dd6cc
commit 7374104f29
1 changed files with 4 additions and 0 deletions

View File

@ -304,6 +304,10 @@ class APContact
$apcontact['baseurl'] = null;
}
if (empty($apcontact['subscribe'])) {
$apcontact['subscribe'] = null;
}
if (!empty($apcontact['baseurl']) && empty($fetched_contact['gsid'])) {
$apcontact['gsid'] = GServer::getID($apcontact['baseurl']);
} elseif (!empty($fetched_contact['gsid'])) {