forked from extern/egroupware
Get ical export working for scheduled export
This commit is contained in:
parent
047a8aa9fa
commit
b5d049f3d5
@ -487,6 +487,10 @@
|
|||||||
// Update filter to use current absolute dates
|
// Update filter to use current absolute dates
|
||||||
$definition->filter = $filters;
|
$definition->filter = $filters;
|
||||||
}
|
}
|
||||||
|
if(!is_array($definition->plugin_options))
|
||||||
|
{
|
||||||
|
$definition->plugin_options = array();
|
||||||
|
}
|
||||||
$definition->plugin_options = array_merge($definition->plugin_options, $selection);
|
$definition->plugin_options = array_merge($definition->plugin_options, $selection);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user