forked from extern/egroupware
Fix bug where a rejected event could still cause a schedule conflict
This commit is contained in:
parent
04c83e9b14
commit
84d3643b22
@ -265,7 +265,7 @@ class calendar_boupdate extends calendar_bo
|
||||
{
|
||||
if ($overlap['participants'][$uid][0] == 'R')
|
||||
{
|
||||
unset($common_parts[$uid]);
|
||||
unset($common_parts[$n]);
|
||||
continue;
|
||||
}
|
||||
if (is_numeric($uid) || !in_array($uid[0],$types_with_quantity))
|
||||
@ -2154,4 +2154,4 @@ class calendar_boupdate extends calendar_bo
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user