]> git.mjollnir.org Git - moodle.git/commitdiff
Fix link in email to new admin report. MDL-7850
authorstronk7 <stronk7>
Sat, 8 Sep 2007 22:49:13 +0000 (22:49 +0000)
committerstronk7 <stronk7>
Sat, 8 Sep 2007 22:49:13 +0000 (22:49 +0000)
Merged from MOODLE_18_STABLE

backup/backup_scheduled.php

index 29366b78ae47ad9796466bf458fa2f58fdc0b43b..be0e6f1a251a9ea656fb9ed264f8aef3c73845f9 100644 (file)
@@ -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;