mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 15:48:55 +01:00
avoid invinit recurrence on broken calendar entries (reference AND recur_type set)
This commit is contained in:
parent
5a08c84fbd
commit
d6fa4cf92c
@ -829,7 +829,7 @@ error_log(__METHOD__."($path,,".array2string($start).") filter=".array2string($f
|
|||||||
));
|
));
|
||||||
foreach($events as $k => &$recurrence)
|
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);
|
$etag .= ':'.substr($this->get_etag($recurrence),4,-4);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user