Merge pull request #1301 from annando/1501-bugfix-var_dump
Bugfix: Removed test code
This commit is contained in:
commit
6e06169565
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue