Skip to content
Snippets Groups Projects
Commit d22459df authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

restore missing parameter, re #70

parent 8f469bc7
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ class tb_exercise extends Exercise
/**
* Trigger download of uploaded file for a selected solution.
*/
public function download_action()
public function download_action($controller)
{
vips_require_status('autor');
......@@ -215,7 +215,7 @@ class tb_exercise extends Exercise
/**
* Trigger download of all uploaded files for a selected solution.
*/
public function download_zip_action()
public function download_zip_action($controller)
{
vips_require_status('autor');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment