mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix user filter
This commit is contained in:
parent
9f20d116b6
commit
4aa8d937e1
@ -36,7 +36,7 @@ class calendar_export_csv implements importexport_iface_export_plugin {
|
||||
'categories' => $options['categories'] ? $options['categories'] : $options['selection']['categories'],
|
||||
'enum_recuring' => false,
|
||||
'daywise' => false,
|
||||
'owner' => $options['owner'],
|
||||
'users' => $options['selection']['owner'],
|
||||
'cfs' => $cfs // Otherwise we shouldn't get any custom fields
|
||||
);
|
||||
$config = config::read('phpgwapi');
|
||||
|
Loading…
Reference in New Issue
Block a user