]> git.mxchange.org Git - friendica-addons.git/commitdiff
no more space to breath
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 14 May 2018 12:45:29 +0000 (14:45 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 14 May 2018 12:45:29 +0000 (14:45 +0200)
notifyall/notifyall.php

index a764b2ac2dbe2525ec314d61483231b2f685e114..c58d8c8ec288ec5699d77c825a389c4945467c82 100644 (file)
@@ -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;
        }