From: Art4 Date: Sun, 17 Nov 2024 20:22:01 +0000 (+0000) Subject: Fix Authentication X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ab2f7d8845c4cf1c79051106bdb6e903f857764f;p=friendica.git Fix Authentication --- diff --git a/src/App.php b/src/App.php index 46639f8939..a39f33f41c 100644 --- a/src/App.php +++ b/src/App.php @@ -510,7 +510,7 @@ class App implements AppHelper } if (!$this->mode->isBackend()) { - $auth->withSession(); + $auth->withSession($this); } if ($this->session->isUnauthenticated()) {