From: stronk7 Date: Sat, 8 Sep 2007 22:49:13 +0000 (+0000) Subject: Fix link in email to new admin report. MDL-7850 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=205847badfe1451b3411a24bacebf69ea2cc4b32;p=moodle.git Fix link in email to new admin report. MDL-7850 Merged from MOODLE_18_STABLE --- diff --git a/backup/backup_scheduled.php b/backup/backup_scheduled.php index 29366b78ae..be0e6f1a25 100644 --- a/backup/backup_scheduled.php +++ b/backup/backup_scheduled.php @@ -177,7 +177,7 @@ function schedule_backup_cron() { //Reference if ($count_error != 0 || $count_unfinished != 0) { $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"; //Set message priority $admin->priority = 1;