X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnotes.php;h=f1cf6cfde566d413e339058599403a1cc0f30ec9;hb=560746eb3bf50696413ab6c4a4719cb013ee9121;hp=67f8fcab29f08b9bedd2acf7f0d73335c90a4805;hpb=e0d03615bcd3002871ad1e4e704db67890c041a0;p=friendica.git diff --git a/mod/notes.php b/mod/notes.php index 67f8fcab29..f1cf6cfde5 100644 --- a/mod/notes.php +++ b/mod/notes.php @@ -40,7 +40,7 @@ function notes_init(App $a) function notes_content(App $a, $update = false) { if (!local_user()) { - notice(DI::l10n()->t('Permission denied.') . EOL); + notice(DI::l10n()->t('Permission denied.')); return; }