mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +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
b8eefe95ba
commit
2baaaf9690
@ -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