Fix alert emails
This commit is contained in:
parent
033bb50298
commit
2749dfee32
@ -233,7 +233,7 @@ class User {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function sendAlertEmail(string $appname = null) {
|
function sendAlertEmail(string $appname = null) {
|
||||||
global $SETTINGS;
|
global $SETTINGS, $Strings;
|
||||||
if (is_null($appname)) {
|
if (is_null($appname)) {
|
||||||
$appname = $SETTINGS['site_title'];
|
$appname = $SETTINGS['site_title'];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user