mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +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');
|
$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);
|
$phpgw->calendar->add_attribute('priority',$priority);
|
||||||
$event = $phpgw->calendar->event;
|
$event = $phpgw->calendar->event;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user