Missing word

This commit is contained in:
Michael 2019-07-15 04:36:55 +00:00
parent 6170ddf58d
commit 143566b853
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ class Notifier
return false;
}
// Skip DFRN when the will be (forcefully) delivered via AP
// Skip DFRN when the item will be (forcefully) delivered via AP
if (Config::get('debug', 'total_ap_delivery') && ($contact['network'] == Protocol::DFRN) && !empty(APContact::getByURL($contact['url'], false))) {
return true;
}