Fix cron maintenance email subject for database error log emails. Forgot to flag $sEmailSubject
as global
This commit is contained in:
@@ -254,6 +254,7 @@ function orphanSessionListCheck()
|
|||||||
// report the database error log entries to the mailing list
|
// report the database error log entries to the mailing list
|
||||||
function reportErrorLogEntries()
|
function reportErrorLogEntries()
|
||||||
{
|
{
|
||||||
|
global $sEmailSubject;
|
||||||
error_log::mail_admins_error_log($sEmailSubject);
|
error_log::mail_admins_error_log($sEmailSubject);
|
||||||
error_log::flush();
|
error_log::flush();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user