]> git.mxchange.org Git - friendica.git/commitdiff
Fix Authentication
authorArt4 <art4@wlabs.de>
Sun, 17 Nov 2024 20:22:01 +0000 (20:22 +0000)
committerArt4 <art4@wlabs.de>
Sun, 17 Nov 2024 20:22:01 +0000 (20:22 +0000)
src/App.php

index 46639f8939497cf9616be667565e9e9b636b7edd..a39f33f41c30de5758c0282826232bdea80c1f0b 100644 (file)
@@ -510,7 +510,7 @@ class App implements AppHelper
                        }
 
                        if (!$this->mode->isBackend()) {
-                               $auth->withSession();
+                               $auth->withSession($this);
                        }
 
                        if ($this->session->isUnauthenticated()) {