]> git.mjollnir.org Git - moodle.git/commitdiff
Now call restore_check.html too.
authorstronk7 <stronk7>
Mon, 19 May 2003 22:28:39 +0000 (22:28 +0000)
committerstronk7 <stronk7>
Mon, 19 May 2003 22:28:39 +0000 (22:28 +0000)
backup/restore.php

index 5f5c9949ca0828e70249d42436449942ec7c9108..55e1cc0a622aae2ffd533753f00a1f0d24dc863b 100644 (file)
@@ -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");
     }