mirror of
https://github.com/friendica/friendica
synced 2025-04-29 10:24:23 +02:00
Fix errors in Module namespace
This commit is contained in:
parent
650e65d4b4
commit
b35c45bf5a
9 changed files with 79 additions and 59 deletions
|
@ -220,6 +220,7 @@ class Authentication
|
|||
// Otherwise it's probably an openid.
|
||||
try {
|
||||
$openid = new LightOpenID($this->baseUrl->getHost());
|
||||
/** @phpstan-ignore-next-line $openid->identity is private, but will be set via magic setter */
|
||||
$openid->identity = $openid_url;
|
||||
$this->session->set('openid', $openid_url);
|
||||
$this->session->set('remember', $remember);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue