mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 13:22:06 +02:00
Calendar: Fix mail -> event does not have user as new alarm option
This commit is contained in:
parent
fe11716130
commit
196edf103f
@ -1919,7 +1919,7 @@ class calendar_uiforms extends calendar_ui
|
||||
{
|
||||
$sel_options['owner'][0] = lang('All participants');
|
||||
}
|
||||
if (isset($event['participant_types']['u'][$this->user]))
|
||||
if(isset($event['participant_types']['u'][$this->user]) || isset($event['participant_types'][''][$this->user]))
|
||||
{
|
||||
$sel_options['owner'][$this->user] = $this->bo->participant_name($this->user);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user