From: Michael Date: Mon, 15 Jul 2019 04:36:55 +0000 (+0000) Subject: Missing word X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=143566b853a56a7631826b3e39c224227af1d3e7;p=friendica.git Missing word --- diff --git a/src/Worker/Notifier.php b/src/Worker/Notifier.php index fdef5e776b..8a155f0bc0 100644 --- a/src/Worker/Notifier.php +++ b/src/Worker/Notifier.php @@ -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; }