diff --git a/cis/private/lehre/menu.php b/cis/private/lehre/menu.php index 9751b17fc..b6c5819fe 100644 --- a/cis/private/lehre/menu.php +++ b/cis/private/lehre/menu.php @@ -287,7 +287,7 @@ function js_toggle_container(conid) $stsem = $stsemobj->getAktorNext(); $stg_obj = new studiengang($sql_conn); - if($stg_obj->getAll()) + if($stg_obj->getAll(null,false)) { $stg = array();