]> git.mxchange.org Git - friendica.git/blobdiff - mod/notes.php
AP Improvements for forums
[friendica.git] / mod / notes.php
index 67f8fcab29f08b9bedd2acf7f0d73335c90a4805..f1cf6cfde566d413e339058599403a1cc0f30ec9 100644 (file)
@@ -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;
        }