1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica.git synced 2025-07-11 02:08:51 +00:00

Bugfix: Removed test code.

This commit is contained in:
Michael Vogel 2015-01-21 12:42:34 +01:00
parent 62998bf8b5
commit ee50b04382

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