mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01: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){
|
||||
require_once("$CFG->dirroot/backup/bb/restore_bb.php");
|
||||
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);
|
||||
}
|
||||
@ -5566,7 +5566,7 @@
|
||||
|
||||
if (!defined('RESTORE_SILENTLY')) {
|
||||
//End the main ul
|
||||
echo "</li></ul>";
|
||||
echo "</ul>\n";
|
||||
|
||||
//End the main table
|
||||
echo "</td></tr>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user