Some useless EOL removed

This commit is contained in:
Michael 2022-10-17 21:00:03 +00:00
parent 897dbb30cf
commit 592374b795
6 changed files with 8 additions and 8 deletions

View file

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