diff --git a/calendar/inc/class.calendar_ical.inc.php b/calendar/inc/class.calendar_ical.inc.php index a82747ca2f..562dd19b35 100644 --- a/calendar/inc/class.calendar_ical.inc.php +++ b/calendar/inc/class.calendar_ical.inc.php @@ -493,15 +493,15 @@ class calendar_ical extends calendar_boupdate break; case 'PRIORITY': - if($this->productManufacturer == 'funambol') - { - $attributes['PRIORITY'] = (int) $this->priority_egw2funambol[$event['priority']]; - } - else - { - $attributes['PRIORITY'] = (int) $this->priority_egw2ical[$event['priority']]; - } - break; + if($this->productManufacturer == 'funambol') + { + $attributes['PRIORITY'] = (int) $this->priority_egw2funambol[$event['priority']]; + } + else + { + $attributes['PRIORITY'] = (int) $this->priority_egw2ical[$event['priority']]; + } + break; case 'TRANSP': if ($version == '1.0')