forked from extern/egroupware
typo
This commit is contained in:
parent
3abea0dbe6
commit
3d7fd129cc
@ -207,7 +207,7 @@ class bocalendar
|
||||
}
|
||||
if (!is_array($event['participants']) || !count($event['participants']))
|
||||
{
|
||||
$event['participants'] = array($GLOBALS['egw_info']['user']['account_id'] = 'A');
|
||||
$event['participants'] = array($GLOBALS['egw_info']['user']['account_id'] => 'A');
|
||||
}
|
||||
if (!($id = $this->cal->update($event,true))) // true=no conflikt check for now
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user