]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Profile/Common.php
Merge pull request #11452 from atjn/manifest-icons
[friendica.git] / src / Module / Profile / Common.php
index 4a335ddf7ffaaf8d0a65dc76ba0c2587b14bde7f..a9d2b7e9fe1ba71b9aef3002f1b990ea791f1689 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -35,7 +35,7 @@ use Friendica\Network\HTTPException;
 
 class Common extends BaseProfile
 {
-       public function content(): string
+       protected function content(array $request = []): string
        {
                if (DI::config()->get('system', 'block_public') && !Session::isAuthenticated()) {
                        throw new HTTPException\NotFoundException(DI::l10n()->t('User not found.'));