Skip to content
Snippets Groups Projects
Unverified Commit b218896d authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4599 from JediKev/issue/remove-dst-from-user-update

oops: Remove DST From User Update
parents 1d05ff15 10e7c422
No related branches found
No related tags found
No related merge requests found
......@@ -436,7 +436,6 @@ class ClientAccount extends UserAccount {
if ($errors) return false;
$this->set('timezone', $vars['timezone']);
$this->set('dst', isset($vars['dst']) ? 1 : 0);
// Change language
$this->set('lang', $vars['lang'] ?: null);
Internationalization::setCurrentLanguage(null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment