mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fix typo causing PHP Fatal
This commit is contained in:
parent
02d0f8327b
commit
13ff2badd9
@ -1306,7 +1306,7 @@ class calendar_ical extends calendar_boupdate
|
||||
// if file contains no participants add current user
|
||||
if (empty($event['participants']))
|
||||
{
|
||||
$event['participants'] = [$user => calendar_so::combine_status('A'));
|
||||
$event['participants'] = [$user => calendar_so::combine_status('A')];
|
||||
}
|
||||
// if the client does not return a status, we restore the original one
|
||||
foreach ($event['participants'] as $uid => $status)
|
||||
|
Loading…
Reference in New Issue
Block a user