Bugfix: Mails weren't sent
This commit is contained in:
parent
d79fe20f61
commit
637eb0bfb4
6 changed files with 18 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue