mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
MDL-32285 IMS-CP: Add "Continue" button to package parse failure
This commit is contained in:
parent
a149d6a177
commit
47ecb3749e
@ -76,6 +76,7 @@ echo $OUTPUT->heading(format_string($imscp->name));
|
||||
// Verify imsmanifest was parsed properly.
|
||||
if (!$imscp->structure) {
|
||||
echo $OUTPUT->notification(get_string('deploymenterror', 'imscp'), 'notifyproblem');
|
||||
echo $OUTPUT->continue_button(course_get_url($course->id, $cm->section));
|
||||
echo $OUTPUT->footer();
|
||||
die;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user