mirror of
https://github.com/friendica/friendica
synced 2025-05-10 07:04:15 +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
|
@ -69,7 +69,9 @@ class OpenID extends BaseModule
|
|||
|
||||
// Detect the server URL
|
||||
$open_id_obj = new LightOpenID(DI::baseUrl()->getHost());
|
||||
/** @phpstan-ignore-next-line $openid->identity is private, but will be set via magic setter */
|
||||
$open_id_obj->identity = $authId;
|
||||
/** @phpstan-ignore-next-line $openid->identity is private, but will be set via magic setter */
|
||||
$session->set('openid_server', $open_id_obj->discover($open_id_obj->identity));
|
||||
|
||||
if (\Friendica\Module\Register::getPolicy() === \Friendica\Module\Register::CLOSED) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue