Skip to content
Snippets Groups Projects
Commit 8cab9e60 authored by Karen Stevenson's avatar Karen Stevenson
Browse files

Another error in the include, thought I already fixed this, but apparently not

parent 23870f87
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ function calendar_ical_setup_form($view) {
* Save requested values.
*/
function calendar_ical_setup_form_submit($form_id, $form_values) {
include_once(ICAL_PATH .'/date_ical.inc');
include_once(drupal_get_path('module', 'date_api') .'/date_ical.inc');
$view_name = $form_values['view_name'];
foreach ($form_values as $value_name => $value) {
if ($value_name == 'calendar_ical_expire_'. $view_name) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment