]> git.mxchange.org Git - friendica.git/blobdiff - mod/cal.php
Merge pull request #9016 from annando/network-view
[friendica.git] / mod / cal.php
index 8db2237844017286c5a2f4f1eef0ff416d1d6ea9..0e8e8a2af3328d1b73db78ed18c579a2f1cafac1 100644 (file)
@@ -134,7 +134,7 @@ function cal_content(App $a)
        $is_owner = local_user() == $a->profile['uid'];
 
        if ($a->profile['hidewall'] && !$is_owner && !$remote_contact) {
-               notice(DI::l10n()->t('Access to this profile has been restricted.') . EOL);
+               notice(DI::l10n()->t('Access to this profile has been restricted.'));
                return;
        }