From 77432d126459a01b603262c2aeb8cbfbc448b874 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Tue, 30 Dec 2025 03:20:49 -0700 Subject: [PATCH] Comment conference_active groups --- app/conferences_active/app_menu.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/conferences_active/app_menu.php b/app/conferences_active/app_menu.php index 694594d3b0..cdc1152c15 100644 --- a/app/conferences_active/app_menu.php +++ b/app/conferences_active/app_menu.php @@ -31,8 +31,8 @@ $apps[$x]['menu'][$y]['icon'] = ""; $apps[$x]['menu'][$y]['path'] = "/app/conferences_active/conferences_active.php"; $apps[$x]['menu'][$y]['order'] = ""; - $apps[$x]['menu'][$y]['groups'][] = "admin"; - $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + //$apps[$x]['menu'][$y]['groups'][] = "admin"; + //$apps[$x]['menu'][$y]['groups'][] = "superadmin"; $y++; ?>