From c3b518b7d59014208d30801954d4bc8fbca632cd Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 10 Dec 2018 14:12:31 +0100 Subject: [PATCH] fix typo --- calendar/inc/class.calendar_ical.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_ical.inc.php b/calendar/inc/class.calendar_ical.inc.php index 3e0f35f65e..b03b61e022 100644 --- a/calendar/inc/class.calendar_ical.inc.php +++ b/calendar/inc/class.calendar_ical.inc.php @@ -2993,7 +2993,7 @@ class calendar_ical extends calendar_boupdate Api\Db::get_column_attribute('cal_extra_value', 'egw_cal_extra', 'calendar', 'precision')) { // store content compressed (Outlook/Exchange HTML garbadge is very good compressable) - if (function_exist('gzcompress')) + if (function_exists('gzcompress')) { $event['##'.$attributes['name']] = json_encode(array( 'gzcompress' => base64_encode(gzcompress($event['##'.$attributes['name']]))