Merge pull request #1301 from annando/1501-bugfix-var_dump

Bugfix: Removed test code
This commit is contained in:
fabrixxm 2015-01-21 13:15:23 +01:00
commit 6e06169565
1 changed files with 1 additions and 1 deletions

View File

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