mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Fix a typo
This commit is contained in:
parent
ad8746643f
commit
2c2d9b02a7
@ -314,7 +314,7 @@ class calendar_ical extends calendar_boupdate
|
||||
}
|
||||
catch (Exception $e) {
|
||||
// log unknown timezones
|
||||
if (!empty($event['tzid'])) __egw_log_exception($e);
|
||||
if (!empty($event['tzid'])) _egw_log_exception($e);
|
||||
// default for no timezone and unkown to user timezone
|
||||
self::$tz_cache[$event['tzid']] = Api\DateTime::$user_timezone;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user