From: Tobias Diekershoff Date: Mon, 14 May 2018 12:45:29 +0000 (+0200) Subject: no more space to breath X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6244cfe58adb061cafafc03a632cdbea3717350d;p=friendica-addons.git no more space to breath --- diff --git a/notifyall/notifyall.php b/notifyall/notifyall.php index a764b2ac..c58d8c8e 100644 --- a/notifyall/notifyall.php +++ b/notifyall/notifyall.php @@ -74,7 +74,7 @@ function notifyall_post(App $a) $recips = q("SELECT DISTINCT `email` FROM `user` WHERE `verified` AND NOT `account_removed` AND NOT `account_expired` $sql_extra"); - if (! $recips) { + if (! $recips) { notice(L10n::t('No recipients found.') . EOL); return; }