From ce15893e4638bd656a50711883e09e8da0d9128c Mon Sep 17 00:00:00 2001 From: ralf Date: Tue, 13 Feb 2024 14:46:28 +0200 Subject: [PATCH] fix typo causing PHP Error: Undefined constant "egwEvent" --- 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 a48a29c62b..f0b8b69369 100644 --- a/calendar/inc/class.calendar_boupdate.inc.php +++ b/calendar/inc/class.calendar_boupdate.inc.php @@ -2663,7 +2663,7 @@ class calendar_boupdate extends calendar_bo !empty($egwEvent['recur_type']) && !empty($event['recur_type'])) { - if (empty(egwEvent['recur_type']) && + if (empty($egwEvent['recur_type']) && $egwstart->format('Ymd') == $dtstart->format('Ymd') || !empty($egwEvent['recur_type'])) {