From: stronk7 Date: Mon, 19 May 2003 22:28:39 +0000 (+0000) Subject: Now call restore_check.html too. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7e092fdaede8d8d129a8667020c47664b96ee5dd;p=moodle.git Now call restore_check.html too. --- diff --git a/backup/restore.php b/backup/restore.php index 5f5c9949ca..55e1cc0a62 100644 --- a/backup/restore.php +++ b/backup/restore.php @@ -77,6 +77,8 @@ include_once("restore_precheck.html"); } else if ($launch == "form") { include_once("restore_form.html"); + } else if ($launch == "check") { + include_once("restore_check.html"); } else if ($launch == "execute") { include_once("backup_execute.html"); }