Fix a typo

This commit is contained in:
Hadi Nategh 2017-12-20 12:16:34 +01:00
parent f296889dda
commit 5cb26c044c

View File

@ -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;
}