mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Fix unwanted extra participants in consolidated views when new event participant preference is 'just me'
This commit is contained in:
parent
9b7f308342
commit
6bc609c68b
@ -94,7 +94,10 @@ class calendar_uiforms extends calendar_ui
|
||||
$owner = $_GET['owner'];
|
||||
if(is_array($owner))
|
||||
{
|
||||
$extra_participants += $owner;
|
||||
if($this->cal_prefs['default_participant'])
|
||||
{
|
||||
$extra_participants += $owner;
|
||||
}
|
||||
$owner = count($owner) > 1 ? $this->user : $owner[0];
|
||||
}
|
||||
else if ($owner)
|
||||
|
Loading…
Reference in New Issue
Block a user