mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
"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'])
|
if (!$hook_data['setup'])
|
||||||
{
|
{
|
||||||
$langs = translation::get_installed_langs();
|
$langs = translation::get_installed_langs();
|
||||||
|
|
||||||
|
$tzs = egw_time::getTimezones();
|
||||||
}
|
}
|
||||||
$tzs = egw_time::getTimezones();
|
|
||||||
|
|
||||||
$date_formats = array(
|
$date_formats = array(
|
||||||
'd.m.Y' => 'd.m.Y',
|
'd.m.Y' => 'd.m.Y',
|
||||||
|
Loading…
Reference in New Issue
Block a user