From a4f679ce4bbec2941bb82ce6ac43ef8dc732efc1 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 10 Jan 2019 17:34:33 +0100 Subject: [PATCH] disable "warning" that we have no rights to store any modification if user accept or reject a meeting invitation displayed in email --- calendar/inc/class.calendar_uiforms.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_uiforms.inc.php b/calendar/inc/class.calendar_uiforms.inc.php index 1c7b9ac0fd..951a1098e3 100644 --- a/calendar/inc/class.calendar_uiforms.inc.php +++ b/calendar/inc/class.calendar_uiforms.inc.php @@ -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