Skip to content
Snippets Groups Projects
Commit ac2575c6 authored by André Noack's avatar André Noack
Browse files

fix #282

parent b7534a3d
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,7 @@ class SemClass implements ArrayAccess ...@@ -196,7 +196,7 @@ class SemClass implements ArrayAccess
public function getAdminModuleObject() public function getAdminModuleObject()
{ {
if ($this->studygroup_mode) { if ($this->data['studygroup_mode']) {
$module = 'CoreStudygroupAdmin'; $module = 'CoreStudygroupAdmin';
} else { } else {
$module = 'CoreAdmin'; $module = 'CoreAdmin';
......
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