Fix notices in include/enotify

This commit is contained in:
Hypolite Petovan 2018-10-15 23:13:00 -04:00
parent 0de1351a09
commit 481b0ac138
2 changed files with 6 additions and 5 deletions

View File

@ -83,6 +83,7 @@ class DBStructure
$body = sprintf($body, $error_message);
notification([
'uid' => $admin['uid'],
'type' => SYSTEM_EMAIL,
'to_email' => $admin['email'],
'preamble' => $preamble,