Skip to content

Commit

Permalink
MDL-32285 IMS-CP: Add "Continue" button to package parse failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavkav committed Mar 19, 2015
1 parent a149d6a commit 47ecb37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/imscp/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
// 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;
}
Expand Down

0 comments on commit 47ecb37

Please sign in to comment.