mirror of
https://github.com/moodle/moodle.git
synced 2025-06-04 07:06:45 +02:00
Fixes bug MDL-8059 "... won't restore - error A required parameter (id) was missing", reapplied martinl's 16/1 Strict fix.
This commit is contained in:
parent
88915b1d43
commit
05a399d793
@ -5525,7 +5525,7 @@
|
|||||||
if ($status){
|
if ($status){
|
||||||
require_once("$CFG->dirroot/backup/bb/restore_bb.php");
|
require_once("$CFG->dirroot/backup/bb/restore_bb.php");
|
||||||
if (!defined('RESTORE_SILENTLY')) {
|
if (!defined('RESTORE_SILENTLY')) {
|
||||||
echo "<li>".get_string("checkingforbbexport");
|
echo "<li>".get_string("checkingforbbexport").'</li>';
|
||||||
}
|
}
|
||||||
$status = blackboard_convert($CFG->dataroot."/temp/backup/".$backup_unique_code);
|
$status = blackboard_convert($CFG->dataroot."/temp/backup/".$backup_unique_code);
|
||||||
}
|
}
|
||||||
@ -5566,7 +5566,7 @@
|
|||||||
|
|
||||||
if (!defined('RESTORE_SILENTLY')) {
|
if (!defined('RESTORE_SILENTLY')) {
|
||||||
//End the main ul
|
//End the main ul
|
||||||
echo "</li></ul>";
|
echo "</ul>\n";
|
||||||
|
|
||||||
//End the main table
|
//End the main table
|
||||||
echo "</td></tr>";
|
echo "</td></tr>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user