mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Update modified time when deleting
This commit is contained in:
parent
792027ab82
commit
7ae20bcf12
@ -1249,7 +1249,7 @@ class calendar_boupdate extends calendar_bo
|
||||
// mark all links to the event as deleted, but keep them
|
||||
egw_link::unlink(0,'calendar',$cal_id,'','','',true);
|
||||
|
||||
$event['deleted'] = $this->now;
|
||||
$event['modified'] = $event['deleted'] = $this->now;
|
||||
$this->save($event, $ignore_acl);
|
||||
// Actually delete alarms
|
||||
if (isset($event['alarm']) && is_array($event['alarm']))
|
||||
|
Loading…
Reference in New Issue
Block a user