Skip to content

Commit

Permalink
Merge branch 'MDL-35404_22' of git://github.com/timhunt/moodle into M…
Browse files Browse the repository at this point in the history
…OODLE_22_STABLE
  • Loading branch information
danpoltawski committed Dec 10, 2012
2 parents 59fef8f + 30ebefd commit 146e1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/export.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
echo get_string('yourfileshoulddownload', 'question', $export_url->out());
echo $OUTPUT->box_end();

$PAGE->requires->js_function_call('document.location.replace', array($export_url->out()), false, 1);
$PAGE->requires->js_function_call('document.location.replace', array($export_url->out(false)), false, 1);

echo $OUTPUT->continue_button(new moodle_url('edit.php', $thispageurl->params()));
echo $OUTPUT->footer();
Expand Down

0 comments on commit 146e1cd

Please sign in to comment.