From 143566b853a56a7631826b3e39c224227af1d3e7 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 15 Jul 2019 04:36:55 +0000 Subject: [PATCH] Missing word --- src/Worker/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }