forked from extern/egroupware
Missed a change over to the associated array.
This commit is contained in:
parent
884232c7d0
commit
dc8cf8e36d
@ -746,7 +746,7 @@
|
||||
|
||||
reset($event['participants']);
|
||||
|
||||
if(!$event->participants[$this->bo->owner])
|
||||
if(!$event['participants'][$this->bo->owner])
|
||||
{
|
||||
echo '<center>The user '.$GLOBALS['phpgw']->common->grab_owner_name($this->bo->owner).' is not participating in this event!</center>';
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user