feat: move timezone preference to config file (#2096)
BREAKING CHANGE: The timezone preference moved to the configuration file.
This commit is contained in:
parent
8ef82d798e
commit
9b3207b8a4
15 changed files with 73 additions and 15 deletions
|
@ -25,7 +25,6 @@ class SetupController extends Zend_Controller_Action
|
|||
$currentUserId = $currentUser->getDbId();
|
||||
|
||||
Application_Model_Preference::SetUserTimezone($formData['setup_timezone'], $currentUserId);
|
||||
Application_Model_Preference::SetDefaultTimezone($formData['setup_timezone']);
|
||||
|
||||
Application_Model_Preference::SetUserLocale($formData['setup_language'], $currentUserId);
|
||||
Application_Model_Preference::SetDefaultLocale($formData['setup_language']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue