mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Fix link in email to new admin report. MDL-7850
Merged from MOODLE_18_STABLE
This commit is contained in:
parent
9cd54788d6
commit
205847badf
@ -177,7 +177,7 @@ function schedule_backup_cron() {
|
|||||||
//Reference
|
//Reference
|
||||||
if ($count_error != 0 || $count_unfinished != 0) {
|
if ($count_error != 0 || $count_unfinished != 0) {
|
||||||
$message .= " ".get_string('backupfailed')."\n\n";
|
$message .= " ".get_string('backupfailed')."\n\n";
|
||||||
$dest_url = $CFG->wwwroot.'/backup/log.php';
|
$dest_url = $CFG->wwwroot.'/admin/report/backups/index.php';
|
||||||
$message .= " ".get_string('backuptakealook','',$dest_url)."\n\n";
|
$message .= " ".get_string('backuptakealook','',$dest_url)."\n\n";
|
||||||
//Set message priority
|
//Set message priority
|
||||||
$admin->priority = 1;
|
$admin->priority = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user