mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
And another notice in restore out. Bug 5711.
(http://moodle.org/bugs/bug.php?op=show&bugid=5711) Merged from MOODLE_16_STABLE
This commit is contained in:
parent
0f4de002a2
commit
8812e31233
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user