mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 14:39:56 +01:00
Backport fix for bug where a rejected event could still cause a schedule conflict
This commit is contained in:
parent
ee4820f782
commit
dbff057e89
@ -187,7 +187,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))
|
||||
@ -1793,4 +1793,4 @@ class calendar_boupdate extends calendar_bo
|
||||
'master_event' => $master_event,
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user