an other missing rename: boical --> calendar_ical

This commit is contained in:
Ralf Becker 2008-06-12 07:33:44 +00:00
parent 952ce04f03
commit 7d2cc04b6c

View File

@ -606,7 +606,7 @@ class calendar_uiforms extends calendar_ui
}
list($subject,$body) = $this->bo->get_update_message($event,$added ? MSG_ADDED : MSG_MODIFIED); // update-message is in TZ of the user
$boical =& CreateObject('calendar.boical');
$boical = new calendar_ical();
$ics = $boical->exportVCal(array($event),'2.0','request');
$ics_file = tempnam($GLOBALS['egw_info']['server']['temp_dir'],'ics');