Standards and unneccessary EOL

This commit is contained in:
Michael 2019-10-28 13:51:38 +00:00
commit e1f36bfd7a
2 changed files with 3 additions and 2 deletions

View file

@ -577,6 +577,7 @@ function settings_post(App $a)
$fields['openid'] = '';
$fields['openidserver'] = '';
}
if (DBA::update('user', $fields, ['uid' => local_user()])) {
info(L10n::t('Settings updated.') . EOL);
}