diff --git a/include/Emailer.php b/include/Emailer.php index 3c0f4047c6..9679dc952c 100644 --- a/include/Emailer.php +++ b/include/Emailer.php @@ -63,7 +63,7 @@ class Emailer { $hookdata['to'], // send to address $hookdata['subject'], // subject $hookdata['body'], // message body - $hookdata['headers'], // message headers + $hookdata['headers'] // message headers ); logger("header " . 'To: ' . $params['toEmail'] . "\n" . $messageHeader, LOGGER_DEBUG); logger("return value " . (($res)?"true":"false"), LOGGER_DEBUG);