forked from extern/egroupware
Make sure default lang is set, even if not in setup
This commit is contained in:
parent
d9f3146371
commit
c6fd40b9e0
@ -93,8 +93,8 @@ class preferences_hooks
|
|||||||
if ($hook_data['setup']) // called via setup
|
if ($hook_data['setup']) // called via setup
|
||||||
{
|
{
|
||||||
$lang = setup::get_lang();
|
$lang = setup::get_lang();
|
||||||
if (empty($lang)) $lang = 'en';
|
|
||||||
}
|
}
|
||||||
|
if (empty($lang)) $lang = 'en';
|
||||||
list(,$country) = explode('-',$lang);
|
list(,$country) = explode('-',$lang);
|
||||||
if (empty($country) && class_exists('Locale')) $country = Locale::getRegion(Locale::getDefault());
|
if (empty($country) && class_exists('Locale')) $country = Locale::getRegion(Locale::getDefault());
|
||||||
if (empty($country)) $country = 'de';
|
if (empty($country)) $country = 'de';
|
||||||
|
Loading…
Reference in New Issue
Block a user