mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
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
|
||||
{
|
||||
$lang = setup::get_lang();
|
||||
if (empty($lang)) $lang = 'en';
|
||||
}
|
||||
if (empty($lang)) $lang = 'en';
|
||||
list(,$country) = explode('-',$lang);
|
||||
if (empty($country) && class_exists('Locale')) $country = Locale::getRegion(Locale::getDefault());
|
||||
if (empty($country)) $country = 'de';
|
||||
|
Loading…
Reference in New Issue
Block a user