mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
* Calendar - fix event owner and chair were always getting update notifications, regardless of preference
This commit is contained in:
parent
74d6322414
commit
94782bee06
@ -655,7 +655,7 @@ class calendar_boupdate extends calendar_bo
|
||||
}
|
||||
}
|
||||
case 'add_cancel':
|
||||
if ($msg_is_response && ($old_event['owner'] == $userid || $role == 'CHAIR') ||
|
||||
if ($msg_is_response && ($old_event['owner'] == $userid || $role == 'CHAIR') &&
|
||||
$msg_type == MSG_DELETED || $msg_type == MSG_ADDED || $msg_type == MSG_DISINVITE)
|
||||
{
|
||||
++$want_update;
|
||||
|
Loading…
Reference in New Issue
Block a user