]> git.mxchange.org Git - friendica.git/commitdiff
Fix syntax error in include/Emailer.php
authorfabrixxm <fabrix.xm@gmail.com>
Mon, 29 Dec 2014 15:40:04 +0000 (16:40 +0100)
committerfabrixxm <fabrix.xm@gmail.com>
Mon, 29 Dec 2014 15:40:04 +0000 (16:40 +0100)
include/Emailer.php

index 3c0f4047c612a864266db5d7a7e2edd54771f9da..9679dc952cd1d293e9dd55abb8d2b69a44063779 100644 (file)
@@ -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);