]> 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 ae0e4446b3a82e2322a5d998fa190460fc6a51a2..f6fae18c1cf0b905b08379fab9a9ade12e099f04 100644 (file)
@@ -23,7 +23,6 @@ namespace Friendica\Module\Debug;
 
 use Friendica\BaseModule;
 use Friendica\Core\Renderer;
-use Friendica\Core\Session;
 use Friendica\DI;
 use Friendica\Network\Probe;
 
@@ -34,7 +33,7 @@ class WebFinger extends BaseModule
 {
        protected function content(array $request = []): string
        {
-               if (!Session::getLocalUser()) {
+               if (!DI::userSession()->getLocalUserId()) {
                        throw new \Friendica\Network\HTTPException\ForbiddenException(DI::l10n()->t('Only logged in users are permitted to perform a probing.'));
                }