disable "warning" that we have no rights to store any modification

if user accept or reject a meeting invitation displayed in email
This commit is contained in:
Ralf Becker 2019-01-10 17:34:33 +01:00
parent cba3e713b4
commit 8d4c7cc906

View File

@ -2196,7 +2196,9 @@ class calendar_uiforms extends calendar_ui
else
{
$event['id'] = $event['old']['id'];
$msg[] = lang('Not enough rights to update the event!');
// disable "warning" that we have no rights to store any modifications
// as that confuses our users, who only want to accept or reject
//$msg[] = lang('Not enough rights to update the event!');
}
}
else