Changes after review
This commit is contained in:
parent
f022a49f9e
commit
8e397b5849
9 changed files with 38 additions and 38 deletions
|
|
@ -568,9 +568,9 @@ class Notifier
|
|||
if (empty($contact['gsid'])) {
|
||||
$reachable = !GServer::reachable($contact);
|
||||
} elseif (!DI::config()->get('system', 'bulk_delivery')) {
|
||||
$reachable = !GServer::reachableById($contact['gsid']);
|
||||
$reachable = !GServer::isReachableById($contact['gsid']);
|
||||
} else {
|
||||
$reachable = !GServer::defunct($contact['gsid']);
|
||||
$reachable = !GServer::isDefunctById($contact['gsid']);
|
||||
}
|
||||
|
||||
if (!$reachable) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue