From: fabrixxm Date: Mon, 29 Dec 2014 15:40:04 +0000 (+0100) Subject: Fix syntax error in include/Emailer.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d66fda2eab6417fbe4b447796f5f63463fc2ac90;p=friendica.git Fix syntax error in include/Emailer.php --- 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);