Add the site's shortname to the email subject
This commit is contained in:
@@ -117,7 +117,8 @@ function schedule_backup_cron() {
|
||||
}
|
||||
}
|
||||
//Send the message
|
||||
email_to_user($admin,$admin,get_string("scheduledbackupstatus"),$message);
|
||||
$site = get_site();
|
||||
email_to_user($admin,$admin,"$site->shortname: ".get_string("scheduledbackupstatus"),$message);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user