mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
avoid invinit recurrence on broken calendar entries (reference AND recur_type set)
This commit is contained in:
parent
68fc0c38a5
commit
3df6fd12f6
@ -829,7 +829,7 @@ error_log(__METHOD__."($path,,".array2string($start).") filter=".array2string($f
|
||||
));
|
||||
foreach($events as $k => &$recurrence)
|
||||
{
|
||||
if ($recurrence['reference']) // ignore series master
|
||||
if ($recurrence['reference'] && $recurrence['id'] != $entry['id']) // ignore series master
|
||||
{
|
||||
$etag .= ':'.substr($this->get_etag($recurrence),4,-4);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user