From f0c6d94d1abc29400e5b0f5532490f9d9c5abdb7 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Wed, 14 Sep 2016 20:37:10 +0200 Subject: [PATCH] fix typo --- inc/schedule-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/schedule-functions.php b/inc/schedule-functions.php index e9f38e0b..030ea60a 100644 --- a/inc/schedule-functions.php +++ b/inc/schedule-functions.php @@ -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 );