Add upgrade for label to name conversion
[civicrm-core.git] / CRM / Event / ICalendar.php
index 7b30c95439911da6364a06c2ec2eaa2590d8dad5..a4cc998fd7b8f59890f48b4aeb6bc98323a8071a 100644 (file)
@@ -47,6 +47,7 @@ class CRM_Event_ICalendar {
     $config = CRM_Core_Config::singleton();
 
     $info = CRM_Event_BAO_Event::getCompleteInfo($start, $type, $id, $end);
+
     $template->assign('events', $info);
     $template->assign('timezone', @date_default_timezone_get());