mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
call groupdav::fix_series() really just for groupdav clients
This commit is contained in:
parent
dd0a5c1b13
commit
3546f1057d
@ -752,7 +752,8 @@ class calendar_ical extends calendar_boupdate
|
||||
// other events are exceptions and need to be checked if they are new
|
||||
// and for real (not status only) exceptions their recurrence-id need
|
||||
// to be included as recur_exception to the master
|
||||
if ($cal_id > 0 && count($events) > 1 && !$events[1]['id'] &&
|
||||
if ($this->productManufacturer == 'groupdav' && $cal_id > 0 &&
|
||||
count($events) > 1 && !$events[1]['id'] &&
|
||||
$events[0]['recur_type'] != MCAL_RECUR_NONE)
|
||||
{
|
||||
calendar_groupdav::fix_series($events);
|
||||
|
Loading…
Reference in New Issue
Block a user