mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 11:29:23 +01:00
Missed a change over to the associated array.
This commit is contained in:
parent
884232c7d0
commit
dc8cf8e36d
@ -746,7 +746,7 @@
|
|||||||
|
|
||||||
reset($event['participants']);
|
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>';
|
echo '<center>The user '.$GLOBALS['phpgw']->common->grab_owner_name($this->bo->owner).' is not participating in this event!</center>';
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user