Forward savemode when removing a cancelled event

This commit is contained in:
Thomas Bruederli 2015-02-17 15:47:12 +01:00
parent 46866e76cc
commit 4d534ea786

View file

@ -602,7 +602,11 @@ class libcalendaring_itip
// for CANCEL messages, we can:
else if ($method == 'CANCEL') {
$title = $this->gettext('itipcancellation');
$event_prop = array_filter(array('uid' => $event['uid'], '_instance' => $event['_instance']));
$event_prop = array_filter(array(
'uid' => $event['uid'],
'_instance' => $event['_instance'],
'_savemode' => $event['_savemode'],
));
// 1. remove the event from our calendar
$button_remove = html::tag('input', array(