Fix subject of database error log email sent during cron maintenance
This commit is contained in:
@@ -251,9 +251,10 @@ function orphanSessionListCheck()
|
||||
$hResult = query_parameters($sQuery, SESSION_DAYS_TO_EXPIRE + 2);
|
||||
}
|
||||
|
||||
// report the database error log entries to the mailing list
|
||||
function reportErrorLogEntries()
|
||||
{
|
||||
error_log::mail_admins_error_log();
|
||||
error_log::mail_admins_error_log($sEmailSubject);
|
||||
error_log::flush();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user