mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix unwanted extra participants in consolidated views when new event participant preference is 'just me'
This commit is contained in:
parent
16b131c883
commit
23f5e5fb70
@ -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