Make sure the _instance property is stored with the recurrence exception (#5277)

This commit is contained in:
Thomas Bruederli 2015-11-20 12:18:27 +01:00
parent 4c0fafaac2
commit c1a5de8616

View file

@ -123,6 +123,7 @@ class kolab_format_event extends kolab_format_xcal
// write cleaned-up exception data back to memory/cache // write cleaned-up exception data back to memory/cache
$object['exceptions'][$i] = $this->expand_exception($exevent->data, $object); $object['exceptions'][$i] = $this->expand_exception($exevent->data, $object);
$object['exceptions'][$i]['_instance'] = $compacted['_instance'];
} }
$this->obj->setExceptions($vexceptions); $this->obj->setExceptions($vexceptions);