]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Security/OpenID.php
UserSession class [5] - Refactor src/Module/ files with DI
[friendica.git] / src / Module / Security / OpenID.php
index 7dbb765c6d83bb3b5763eeaae3acc523f9bd3a1b..2675f1fec335af80af3fa9c6911f855c845f5753 100644 (file)
@@ -87,9 +87,9 @@ class OpenID extends BaseModule
                                $session->set('openid_server', $open_id_obj->discover($open_id_obj->identity));
 
                                if (intval(DI::config()->get('config', 'register_policy')) === \Friendica\Module\Register::CLOSED) {
-                                       notice($l10n->t('Account not found. Please login to your existing account to add the OpenID to it.'));
+                                       DI::sysmsg()->addNotice($l10n->t('Account not found. Please login to your existing account to add the OpenID to it.'));
                                } else {
-                                       notice($l10n->t('Account not found. Please register a new account or login to your existing account to add the OpenID to it.'));
+                                       DI::sysmsg()->addNotice($l10n->t('Account not found. Please register a new account or login to your existing account to add the OpenID to it.'));
                                }
 
                                DI::baseUrl()->redirect('login');