1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-12 08:28:51 +00:00

Fix Authentication

This commit is contained in:
Art4 2024-11-17 20:22:01 +00:00
parent 6dc193500d
commit ab2f7d8845

View file

@ -510,7 +510,7 @@ class App implements AppHelper
} }
if (!$this->mode->isBackend()) { if (!$this->mode->isBackend()) {
$auth->withSession(); $auth->withSession($this);
} }
if ($this->session->isUnauthenticated()) { if ($this->session->isUnauthenticated()) {