mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Small fix for participants and ownership.
This commit is contained in:
parent
b9c9030893
commit
c0e4d73c10
@ -188,7 +188,7 @@
|
|||||||
reset($participants);
|
reset($participants);
|
||||||
if(!@$phpgw->calendar->event->participants[$owner])
|
if(!@$phpgw->calendar->event->participants[$owner])
|
||||||
{
|
{
|
||||||
$phpgw->calendar->add_attribute('owner',$participants[0]);
|
$phpgw->calendar->add_attribute('owner',min($part));
|
||||||
}
|
}
|
||||||
|
|
||||||
$phpgw->calendar->add_attribute('priority',$priority);
|
$phpgw->calendar->add_attribute('priority',$priority);
|
||||||
|
Loading…
Reference in New Issue
Block a user