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 d2ebcfbe6f
commit a4f679ce4b

View File

@ -2164,7 +2164,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