mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Small fix for participants and ownership.
This commit is contained in:
parent
b9c9030893
commit
c0e4d73c10
@ -188,7 +188,7 @@
|
||||
reset($participants);
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user