Get ical export working for scheduled export

This commit is contained in:
Nathan Gray 2013-01-29 18:22:46 +00:00
parent 047a8aa9fa
commit b5d049f3d5

View File

@ -487,6 +487,10 @@
// Update filter to use current absolute dates
$definition->filter = $filters;
}
if(!is_array($definition->plugin_options))
{
$definition->plugin_options = array();
}
$definition->plugin_options = array_merge($definition->plugin_options, $selection);
}