no more space to breath

This commit is contained in:
Tobias Diekershoff 2018-05-14 14:45:29 +02:00
parent c297dfb24f
commit 6244cfe58a
1 changed files with 1 additions and 1 deletions

View 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;
}