mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Fix Authentication
This commit is contained in:
parent
6dc193500d
commit
ab2f7d8845
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ class App implements AppHelper
|
|||
}
|
||||
|
||||
if (!$this->mode->isBackend()) {
|
||||
$auth->withSession();
|
||||
$auth->withSession($this);
|
||||
}
|
||||
|
||||
if ($this->session->isUnauthenticated()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue