Bugfix: Mails weren't sent

This commit is contained in:
Michael
2017-09-08 15:14:33 +00:00
parent d79fe20f61
commit 637eb0bfb4
6 changed files with 18 additions and 14 deletions
+1 -1
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,