mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 06:51:14 +01:00
fixed typo preventing creation of new events, if no timezone pref is set (should show just the server timezone)
This commit is contained in:
parent
e9beccdeb7
commit
8b24fa4ed3
@ -522,7 +522,7 @@ class egw_time extends DateTime
|
||||
}
|
||||
if (!$user_tzs) // if we have no user timezones, eg. user set no pref --> use server default
|
||||
{
|
||||
$user_tzs = array($GLOBALS['egw_info']['server']['sever_timezone']);
|
||||
$user_tzs = array($GLOBALS['egw_info']['server']['server_timezone']);
|
||||
}
|
||||
if ($extra && !in_array($extra,$user_tzs))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user