From a85b13a487074bc84fbc0ab24958a21fb1bd116c Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 18 Aug 2020 14:23:49 +0200 Subject: [PATCH] * Calendar/Resources: do NOT try to notify a not set resource responsible --- calendar/inc/class.calendar_boupdate.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.calendar_boupdate.inc.php b/calendar/inc/class.calendar_boupdate.inc.php index f2acfbe1cd..e59db1610f 100644 --- a/calendar/inc/class.calendar_boupdate.inc.php +++ b/calendar/inc/class.calendar_boupdate.inc.php @@ -959,7 +959,7 @@ class calendar_boupdate extends calendar_bo } $userid = $res_info['responsible']; - if (!isset($userid)) + if (empty($userid)) // no resource responsible: $userid===0 { if (empty($res_info['email'])) continue; // no way to notify // check if event-owner wants non-EGroupware users notified