mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix for ceb to set the default holidays to US if no country set.
This commit is contained in:
parent
75ec9c5e9f
commit
5044e863f4
@ -235,6 +235,10 @@
|
||||
{
|
||||
$this->locales[] = $phpgw_info['user']['preferences']['calendar']['locale'];
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->locales[] = 'US';
|
||||
}
|
||||
|
||||
if($this->owner != $phpgw_info['user']['account_id'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user