mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Calendar: Deleting an event sometimes left other user's alarms
Do not need to pay attention to the ACL of the alarm when the whole event is deleted
This commit is contained in:
parent
3a19a93b9a
commit
2d7e267c4b
@ -1951,7 +1951,7 @@ class calendar_boupdate extends calendar_bo
|
||||
{
|
||||
foreach($event['alarm'] as $id => $alarm)
|
||||
{
|
||||
$this->delete_alarm($id);
|
||||
$this->delete_alarm($id, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user