Fix bug where pending calendar displayed not more than one instance for recurring events (#5274)
This commit is contained in:
parent
5255d4f9ba
commit
6ac7014498
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ class kolab_invitation_calendar
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($match) {
|
if ($match) {
|
||||||
$events[$event['uid']] = $this->_mod_event($event);
|
$events[$event['id'] ?: $event['uid']] = $this->_mod_event($event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue