diff --git a/app/conferences/app_menu.php b/app/conferences/app_menu.php index db5a92e2f3..5427b86d48 100644 --- a/app/conferences/app_menu.php +++ b/app/conferences/app_menu.php @@ -16,8 +16,7 @@ $apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5"; $apps[$x]['menu'][0]['category'] = "internal"; $apps[$x]['menu'][0]['path'] = "/app/conferences/conferences.php"; - //$apps[$x]['menu'][0]['groups'][] = "user"; - //$apps[$x]['menu'][0]['groups'][] = "admin"; - //$apps[$x]['menu'][0]['groups'][] = "superadmin"; + $apps[$x]['menu'][0]['groups'][] = "admin"; + $apps[$x]['menu'][0]['groups'][] = "superadmin"; -?> \ No newline at end of file +?>