Skip to content
Snippets Groups Projects
Commit 375615e8 authored by André Noack's avatar André Noack Committed by Jan-Hendrik Willms
Browse files

fix #282

parent d7556f01
No related branches found
No related tags found
No related merge requests found
......@@ -196,7 +196,7 @@ class SemClass implements ArrayAccess
public function getAdminModuleObject()
{
if ($this->studygroup_mode) {
if ($this->data['studygroup_mode']) {
$module = 'CoreStudygroupAdmin';
} else {
$module = 'CoreAdmin';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment