]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Debug/WebFinger.php
Merge pull request #12850 from nupplaphil/feat/phpstorm_editorconfig
[friendica.git] / src / Module / Debug / WebFinger.php
index 4527d2fb22f2b8b88ef34dee661c48ca41979333..6c1ca51e5fac9083993bd5837118f2f209268bc9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -31,9 +31,9 @@ use Friendica\Network\Probe;
  */
 class WebFinger extends BaseModule
 {
-       public function content(): string
+       protected function content(array $request = []): string
        {
-               if (!local_user()) {
+               if (!DI::userSession()->getLocalUserId()) {
                        throw new \Friendica\Network\HTTPException\ForbiddenException(DI::l10n()->t('Only logged in users are permitted to perform a probing.'));
                }