We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e27c8 commit 136c5efCopy full SHA for 136c5ef
classes/controller/export_controller.php
@@ -70,7 +70,7 @@ public function export_action() {
70
$mform = new export_form($this->new_url(), (object) array(
71
'cm' => $cm,
72
'forum' => $PAGE->activityrecord,
73
- ));
+ ), 'post', '', array('onreset' => ''));
74
75
if ($mform->is_cancelled()) {
76
redirect(new \moodle_url('/mod/hsuforum/view.php', array('id' => $cm->id)));
0 commit comments