fix wrong replacement

This commit is contained in:
Ralf Becker 2016-04-27 16:23:30 +00:00
parent dfc129307e
commit df83dcf933

View File

@ -1151,7 +1151,7 @@ class calendar_ical extends calendar_boupdate
if ($this->productManufacturer == 'groupdav' && $cal_id > 0 &&
$events[0]['recur_type'] != MCAL_RECUR_NONE)
{
calendar_Api\CalDAV::fix_series($events);
calendar_groupdav::fix_series($events);
}
if ($this->tzid)