mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Fix for bug #437085.
This commit is contained in:
parent
b1093ff7e1
commit
15ca43a61a
@ -185,6 +185,12 @@
|
||||
$phpgw->calendar->add_attribute('participants['.$key.']','U');
|
||||
}
|
||||
|
||||
reset($participants);
|
||||
if(!@$phpgw->calendar->event->participants[$owner])
|
||||
{
|
||||
$phpgw->calendar->add_attribute('owner',$participants[0]);
|
||||
}
|
||||
|
||||
$phpgw->calendar->add_attribute('priority',$priority);
|
||||
$event = $phpgw->calendar->event;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user