mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-28 15:40:14 +00:00
fix typo
This commit is contained in:
parent
38cc068d46
commit
f0c6d94d1a
@ -348,7 +348,7 @@ require_once('EMail.php');
|
||||
function doImipMessage($method, $to_email, vCalendar $itip) {
|
||||
global $c, $request;
|
||||
|
||||
dbg_error_log( 'schedule' 'Sending iMIP %s message to %s', $method, $to_email );
|
||||
dbg_error_log( 'schedule', 'Sending iMIP %s message to %s', $method, $to_email );
|
||||
$mime = new MultiPart();
|
||||
$mime->addPart( $itip->Render(), 'text/calendar; charset=UTF-8; method='.$method );
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user