mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +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()) {
|
if (!$this->mode->isBackend()) {
|
||||||
$auth->withSession();
|
$auth->withSession($this);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->session->isUnauthenticated()) {
|
if ($this->session->isUnauthenticated()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue