Standards and unneccessary EOL
This commit is contained in:
parent
bfbce16d0b
commit
e1f36bfd7a
|
@ -64,9 +64,9 @@ function openid_content(App $a) {
|
||||||
Session::set('openid_server', $open_id_obj->discover($open_id_obj->identity));
|
Session::set('openid_server', $open_id_obj->discover($open_id_obj->identity));
|
||||||
|
|
||||||
if (intval(Config::get('config', 'register_policy')) === \Friendica\Module\Register::CLOSED) {
|
if (intval(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.') . EOL);
|
notice(L10n::t('Account not found. Please login to your existing account to add the OpenID to it.'));
|
||||||
} else {
|
} else {
|
||||||
notice(L10n::t('Account not found. Please register a new account or login to your existing account to add the OpenID to it.') . EOL);
|
notice(L10n::t('Account not found. Please register a new account or login to your existing account to add the OpenID to it.'));
|
||||||
}
|
}
|
||||||
|
|
||||||
$a->internalRedirect('login');
|
$a->internalRedirect('login');
|
||||||
|
|
|
@ -577,6 +577,7 @@ function settings_post(App $a)
|
||||||
$fields['openid'] = '';
|
$fields['openid'] = '';
|
||||||
$fields['openidserver'] = '';
|
$fields['openidserver'] = '';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (DBA::update('user', $fields, ['uid' => local_user()])) {
|
if (DBA::update('user', $fields, ['uid' => local_user()])) {
|
||||||
info(L10n::t('Settings updated.') . EOL);
|
info(L10n::t('Settings updated.') . EOL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user