forked from extern/egroupware
Fix calendar change status (eg. notifications or via context menu) for grouped events not setting the status on first call
This commit is contained in:
parent
7e05055a1f
commit
c19aa9f20e
@ -2954,7 +2954,7 @@ class calendar_uiforms extends calendar_ui
|
||||
else
|
||||
{
|
||||
// Group membership
|
||||
foreach($event['participants'] as $id => $status)
|
||||
foreach(array_keys($event['participants']) as $id)
|
||||
{
|
||||
if($GLOBALS['egw']->accounts->get_type($id) == 'g' && in_array($uid,$GLOBALS['egw']->accounts->members($id,true)))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user