Fix Notice "Undefined index: subscribe"
This commit is contained in:
parent
ff9f2dd6cc
commit
7374104f29
|
@ -304,6 +304,10 @@ class APContact
|
||||||
$apcontact['baseurl'] = null;
|
$apcontact['baseurl'] = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (empty($apcontact['subscribe'])) {
|
||||||
|
$apcontact['subscribe'] = null;
|
||||||
|
}
|
||||||
|
|
||||||
if (!empty($apcontact['baseurl']) && empty($fetched_contact['gsid'])) {
|
if (!empty($apcontact['baseurl']) && empty($fetched_contact['gsid'])) {
|
||||||
$apcontact['gsid'] = GServer::getID($apcontact['baseurl']);
|
$apcontact['gsid'] = GServer::getID($apcontact['baseurl']);
|
||||||
} elseif (!empty($fetched_contact['gsid'])) {
|
} elseif (!empty($fetched_contact['gsid'])) {
|
||||||
|
|
Loading…
Reference in a new issue