mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Fix extra empty participant in new event for another user from planner by user view
This commit is contained in:
parent
aee540d7bb
commit
67faad146f
@ -89,7 +89,7 @@ class calendar_uiforms extends calendar_ui
|
|||||||
$extra_participants += $owner;
|
$extra_participants += $owner;
|
||||||
$owner = count($owner) > 1 ? $this->user : $owner[0];
|
$owner = count($owner) > 1 ? $this->user : $owner[0];
|
||||||
}
|
}
|
||||||
else
|
else if ($owner)
|
||||||
{
|
{
|
||||||
$extra_participants[] = $owner;
|
$extra_participants[] = $owner;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user