forked from extern/egroupware
"do not fetch timezones (which trys to get installed languages) during setup"
This commit is contained in:
parent
bfa071c319
commit
763b58912a
@ -49,8 +49,9 @@ class preferences_hooks
|
||||
if (!$hook_data['setup'])
|
||||
{
|
||||
$langs = translation::get_installed_langs();
|
||||
|
||||
$tzs = egw_time::getTimezones();
|
||||
}
|
||||
$tzs = egw_time::getTimezones();
|
||||
|
||||
$date_formats = array(
|
||||
'd.m.Y' => 'd.m.Y',
|
||||
|
Loading…
Reference in New Issue
Block a user