mirror of
https://github.com/friendica/friendica
synced 2024-11-18 13:03:41 +00:00
Be more kindly :-)
This commit is contained in:
parent
50316bbb80
commit
e6933a28da
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ class Browser extends BaseModule
|
|||
protected function content(array $request = []): string
|
||||
{
|
||||
if (!$this->session->getLocalUserId()) {
|
||||
throw new UnauthorizedException($this->t('Permission denied.'));
|
||||
throw new UnauthorizedException($this->t('You need to be logged in to access this page.'));
|
||||
}
|
||||
|
||||
// Needed to match the correct template in a module that uses a different theme than the user/site/default
|
||||
|
|
|
@ -56,7 +56,7 @@ class Browser extends BaseModule
|
|||
protected function content(array $request = []): string
|
||||
{
|
||||
if (!$this->session->getLocalUserId()) {
|
||||
throw new UnauthorizedException($this->t('Permission denied.'));
|
||||
throw new UnauthorizedException($this->t('You need to be logged in to access this page.'));
|
||||
}
|
||||
|
||||
// Needed to match the correct template in a module that uses a different theme than the user/site/default
|
||||
|
|
Loading…
Reference in a new issue