diff --git a/backup/restore.php b/backup/restore.php index 1cf62d6896d3a..88f75baf185ad 100644 --- a/backup/restore.php +++ b/backup/restore.php @@ -106,7 +106,7 @@ print_header("$site->shortname: $strcourserestore", $site->fullname, "wwwroot/$CFG->admin/index.php\">$stradministration -> $strcourserestore"); print_heading(get_string("restorecancelled")); - print_continue("$CFG->wwwroot/$CFG->admin/index.php"); + print_continue("$CFG->wwwroot/course/view.php?id=".$id); print_footer(); exit; }