take care that calendar lang is loaded before opening calendar_uiforms.meeting

This commit is contained in:
Klaus Leithoff 2014-02-12 12:05:22 +00:00
parent 874b4b594f
commit 6d23dfbd31

View File

@ -2648,6 +2648,7 @@ $this->partID = $partID;
'sender' => $sender,
));
$this->mail_bo->htmlOptions = $bufferHtmlOptions;
translation::add_app('calendar');
return ExecMethod( 'calendar.calendar_uiforms.meeting',
array('event'=>null,'msg'=>'','useSession'=>true)
);