mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix email with .ics attachment does not display email body
This commit is contained in:
parent
f1f8c4e98d
commit
e1aa951ecf
@ -2876,7 +2876,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
|||||||
));
|
));
|
||||||
$this->mail_bo->htmlOptions = $bufferHtmlOptions;
|
$this->mail_bo->htmlOptions = $bufferHtmlOptions;
|
||||||
Api\Translation::add_app('calendar');
|
Api\Translation::add_app('calendar');
|
||||||
return ExecMethod( 'calendar.calendar_uiforms.meeting',
|
ExecMethod( 'calendar.calendar_uiforms.meeting',
|
||||||
array('event'=>null,'msg'=>'','useSession'=>true)
|
array('event'=>null,'msg'=>'','useSession'=>true)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user