Skip to content
Snippets Groups Projects
Commit 2e634c49 authored by Elke Kreim's avatar Elke Kreim
Browse files

Fix method call

parent ae984cfb
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ if ($mform->is_cancelled()) {
redirect($returnurl);
} elseif ($formdata) {
$exporter = new exporter($formdata);
$exporter->csv_download();
$exporter->send_file();
} else {
$mform->set_data($formdata);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment