need to load custom fields now allways, as x-props and unsupported components are stored there

This commit is contained in:
Ralf Becker 2012-01-31 18:00:57 +00:00
parent ac5da046e4
commit ca28153b25

View File

@ -208,6 +208,7 @@ class infolog_groupdav extends groupdav_handler
'filter' => $task_filter,
'date_format' => 'server',
'col_filter' => $filter,
'custom_fields' => true, // otherwise custom fields get NOT loaded!
);
if (!$calendar_data)