1
1
Fork 0

Bugfix: Mails weren't sent

This commit is contained in:
Michael 2017-09-08 15:14:33 +00:00
commit 637eb0bfb4
6 changed files with 18 additions and 14 deletions

View file

@ -74,7 +74,7 @@ function update_fail($update_id, $error_message) {
$body = sprintf($body, $error_message);
notification(array(
'type' => "SYSTEM_EMAIL",
'type' => SYSTEM_EMAIL,
'to_email' => $admin['email'],
'preamble' => $preamble,
'body' => $body,