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

use correct module name, fixes #207

parent a86768e4
No related branches found
No related tags found
No related merge requests found
......@@ -509,7 +509,7 @@ class Course_StudygroupController extends AuthenticatedController
Request::set('choose_member_parameter', $this->flash['choose_member_parameter']);
$this->studip_module = checkObjectModule('participants');
$this->studip_module = checkObjectModule('StudygroupParticipants');
object_set_visit_module($this->studip_module->getPluginId());
......
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