From dc8cf8e36d8d5fc067d4a9f21549a6a9b0b08fdf Mon Sep 17 00:00:00 2001 From: skeeter Date: Mon, 20 Aug 2001 00:10:16 +0000 Subject: [PATCH] Missed a change over to the associated array. --- calendar/inc/class.uicalendar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/inc/class.uicalendar.inc.php b/calendar/inc/class.uicalendar.inc.php index 7891df1124..8cfe448f93 100755 --- a/calendar/inc/class.uicalendar.inc.php +++ b/calendar/inc/class.uicalendar.inc.php @@ -746,7 +746,7 @@ reset($event['participants']); - if(!$event->participants[$this->bo->owner]) + if(!$event['participants'][$this->bo->owner]) { echo '
The user '.$GLOBALS['phpgw']->common->grab_owner_name($this->bo->owner).' is not participating in this event!
'; return;