mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fix wrong replacement
This commit is contained in:
parent
dfc129307e
commit
df83dcf933
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user