Make sure the _instance property is stored with the recurrence exception (#5277)
This commit is contained in:
parent
4c0fafaac2
commit
c1a5de8616
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ class kolab_format_event extends kolab_format_xcal
|
|||
|
||||
// write cleaned-up exception data back to memory/cache
|
||||
$object['exceptions'][$i] = $this->expand_exception($exevent->data, $object);
|
||||
$object['exceptions'][$i]['_instance'] = $compacted['_instance'];
|
||||
}
|
||||
$this->obj->setExceptions($vexceptions);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue