mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
Some useless EOL removed
This commit is contained in:
parent
897dbb30cf
commit
592374b795
6 changed files with 8 additions and 8 deletions
|
@ -63,7 +63,7 @@ function forumdirectory_content(App $a)
|
|||
global $forumdirectory_search;
|
||||
|
||||
if ((DI::config()->get('system', 'block_public')) && (!local_user()) && (!remote_user())) {
|
||||
DI::sysmsg()->addNotice(DI::l10n()->t('Public access denied.') . EOL);
|
||||
DI::sysmsg()->addNotice(DI::l10n()->t('Public access denied.'));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue