mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 03:41:53 +02:00
fix typo causing PHP Error: Undefined constant "egwEvent"
This commit is contained in:
parent
6e981cf0c1
commit
ce15893e46
@ -2663,7 +2663,7 @@ class calendar_boupdate extends calendar_bo
|
|||||||
!empty($egwEvent['recur_type']) &&
|
!empty($egwEvent['recur_type']) &&
|
||||||
!empty($event['recur_type']))
|
!empty($event['recur_type']))
|
||||||
{
|
{
|
||||||
if (empty(egwEvent['recur_type']) &&
|
if (empty($egwEvent['recur_type']) &&
|
||||||
$egwstart->format('Ymd') == $dtstart->format('Ymd') ||
|
$egwstart->format('Ymd') == $dtstart->format('Ymd') ||
|
||||||
!empty($egwEvent['recur_type']))
|
!empty($egwEvent['recur_type']))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user