forked from extern/egroupware
Missed a variable for indication of participant in the viewing of events.
This commit is contained in:
parent
8a69409111
commit
0a9a90f25c
@ -1520,7 +1520,7 @@ class calendar extends calendar_
|
||||
$participating = False;
|
||||
for($j=0;$j<count($event->participants);$j++)
|
||||
{
|
||||
if($event->participants[$j] == $owner)
|
||||
if($event->participants[$j] == $this->owner)
|
||||
{
|
||||
$participating = True;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user