]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Debug/WebFinger.php
Retrieve contact records for the page visitor in Profile\Common module
[friendica.git] / src / Module / Debug / WebFinger.php
index 1f576e7f9a0c4f67c0d86cd7b5a1ffe4561209e0..f6fae18c1cf0b905b08379fab9a9ade12e099f04 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
  *
@@ -33,7 +33,7 @@ class WebFinger extends BaseModule
 {
        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.'));
                }