forked from extern/egroupware
Calendar - fix missing history
This commit is contained in:
parent
234e013347
commit
3b307981dc
@ -1385,7 +1385,7 @@ class calendar_boupdate extends calendar_bo
|
||||
}
|
||||
$set_recurrences = $old_event ? abs($event['recur_enddate'] - $old_event['recur_enddate']) > 1 : false;
|
||||
$set_recurrences_start = 0;
|
||||
if (($cal_id = $this->so->save($event,$set_recurrences,$set_recurrences_start,0,$event['etag'])) && $set_recurrences && $event['recur_type'] != MCAL_RECUR_NONE)
|
||||
if (($cal_id = $this->so->save($save_event,$set_recurrences,$set_recurrences_start,0,$event['etag'])) && $set_recurrences && $event['recur_type'] != MCAL_RECUR_NONE)
|
||||
{
|
||||
$save_event['id'] = $cal_id;
|
||||
// unset participants to enforce the default stati for all added recurrences
|
||||
|
Loading…
Reference in New Issue
Block a user