fix typo causing PHP Error: Undefined constant "egwEvent"

This commit is contained in:
ralf 2024-02-13 14:46:28 +02:00
parent c4541f75a2
commit ba89d9ee8c

View File

@ -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']))
{