And another notice in restore out. Bug 5711.

(http://moodle.org/bugs/bug.php?op=show&bugid=5711)
This commit is contained in:
stronk7
2006-06-03 19:48:50 +00:00
parent 69b693dbc9
commit c9aecec6be
+1 -1
View File
@@ -140,7 +140,7 @@
if (!$launch) {
include_once("restore_precheck.html");
} else if ($launch == "form") {
if ($SESSION->restore->importing) {
if (!empty($SESSION->restore->importing)) {
// set up all the config stuff and skip asking the user about it.
restore_setup_for_check($SESSION->restore,$backup_unique_code);
include_once("restore_execute.html");