Skip to content

Commit

Permalink
Merge branch 'MDL-47106_29' of git://github.com/timhunt/moodle into M…
Browse files Browse the repository at this point in the history
…OODLE_29_STABLE
  • Loading branch information
David Monllao committed Dec 21, 2015
2 parents 747f446 + ae73287 commit 5276206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public function finish_review_link(quiz_attempt $attemptobj) {

if ($attemptobj->get_access_manager(time())->attempt_must_be_in_popup()) {
$this->page->requires->js_init_call('M.mod_quiz.secure_window.init_close_button',
array($url), quiz_get_js_module());
array($url), false, quiz_get_js_module());
return html_writer::empty_tag('input', array('type' => 'button',
'value' => get_string('finishreview', 'quiz'),
'id' => 'secureclosebutton'));
Expand Down

0 comments on commit 5276206

Please sign in to comment.