forked from friendica/friendica-addons
no more space to breath
This commit is contained in:
parent
c297dfb24f
commit
6244cfe58a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue