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