Fix bug where pending calendar displayed not more than one event (#5274)

This commit is contained in:
Aleksander Machniak 2016-02-09 12:05:10 +01:00
parent 82967b7f63
commit 5ca65962d2

View file

@ -257,7 +257,7 @@ class kolab_invitation_calendar
}
if ($match) {
$events[$event['id']] = $this->_mod_event($event);
$events[$event['uid']] = $this->_mod_event($event);
}
}