]> git.mxchange.org Git - friendica.git/blobdiff - mod/videos.php
Merge remote-tracking branch 'upstream/develop' into contact-tabs
[friendica.git] / mod / videos.php
index a3344a8b4300d2c04550489c35f07a286bb55a7c..3dd17179ae5e281813d3ce25657630493ada2d5a 100644 (file)
@@ -126,7 +126,7 @@ function videos_content(App $a)
 
 
        if (DI::config()->get('system', 'block_public') && !Session::isAuthenticated()) {
-               notice(DI::l10n()->t('Public access denied.') . EOL);
+               notice(DI::l10n()->t('Public access denied.'));
                return;
        }
 
@@ -179,7 +179,7 @@ function videos_content(App $a)
        }
 
        if ($a->data['user']['hidewall'] && (local_user() != $owner_uid) && !$remote_contact) {
-               notice(DI::l10n()->t('Access to this item is restricted.') . EOL);
+               notice(DI::l10n()->t('Access to this item is restricted.'));
                return;
        }