Bugfix: Removed test code.

This commit is contained in:
Michael Vogel 2015-01-21 12:42:34 +01:00
parent 62998bf8b5
commit ee50b04382
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class Emailer {
'body' => $multipartMessageBody, 'body' => $multipartMessageBody,
'headers' => $messageHeader 'headers' => $messageHeader
); );
echo "<pre>"; var_dump($hookdata); killme(); //echo "<pre>"; var_dump($hookdata); killme();
call_hooks("emailer_send", $hookdata); call_hooks("emailer_send", $hookdata);
$res = mail( $res = mail(
$hookdata['to'], // send to address $hookdata['to'], // send to address