mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
an other missing rename: boical --> calendar_ical
This commit is contained in:
parent
952ce04f03
commit
7d2cc04b6c
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user