]> git.mxchange.org Git - friendica.git/commitdiff
Missing word
authorMichael <heluecht@pirati.ca>
Mon, 15 Jul 2019 04:36:55 +0000 (04:36 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 15 Jul 2019 04:36:55 +0000 (04:36 +0000)
src/Worker/Notifier.php

index fdef5e776b405987f9c35a454fc48c627cee2c5f..8a155f0bc05f3e852ec3f59edcc3cb9d8c312f9d 100644 (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;
                }