X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcal.php;h=0e8e8a2af3328d1b73db78ed18c579a2f1cafac1;hb=24b5396b1d1e0c63b6dcc4d6d0ab7b73fb9d4cd8;hp=8db2237844017286c5a2f4f1eef0ff416d1d6ea9;hpb=a24fca818d459092d04482564d90266fd46668e7;p=friendica.git diff --git a/mod/cal.php b/mod/cal.php index 8db2237844..0e8e8a2af3 100644 --- a/mod/cal.php +++ b/mod/cal.php @@ -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; }