diff --git a/app/controllers/course/studygroup.php b/app/controllers/course/studygroup.php index 6e7120a73d3143c41ebaf50c866364f886551cda..d473f0344f522228340223a97eadcdc2d150d65c 100644 --- a/app/controllers/course/studygroup.php +++ b/app/controllers/course/studygroup.php @@ -68,18 +68,17 @@ class Course_StudygroupController extends AuthenticatedController /** * shows details of a studygroup * - * @param string id of a studygroup + * @param string $id of a studygroup * @return void */ public function details_action($id = null) { - global $perm; - if (!$id) { $id = Context::getId(); } $studygroup = new Seminar($id); + $this->sidebarActions = []; if (Request::isXhr()) { PageLayout::setTitle(_('Studiengruppendetails')); } else {