mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fix typo causing PHP Error: Undefined constant "egwEvent"
This commit is contained in:
parent
c4541f75a2
commit
ba89d9ee8c
@ -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']))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user