Some useless EOL removed
This commit is contained in:
parent
897dbb30cf
commit
592374b795
6 changed files with 8 additions and 8 deletions
|
@ -51,7 +51,7 @@ function notifyall_post(App $a)
|
|||
$recipients = DBA::p("SELECT DISTINCT `email` FROM `user` WHERE `verified` AND NOT `account_removed` AND NOT `account_expired` $sql_extra");
|
||||
|
||||
if (! $recipients) {
|
||||
DI::sysmsg()->addNotice(DI::l10n()->t('No recipients found.') . EOL);
|
||||
DI::sysmsg()->addNotice(DI::l10n()->t('No recipients found.'));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue