From 4ae6cb05538202d4ebe46eeba80f118c408c0f4a Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 5 Jan 2013 00:20:39 +0000 Subject: [PATCH] For new installs for the older conferences tool don't assign any groups to it. Then the server admin can assign groups to it if they want to use it. --- app/conferences/app_config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/conferences/app_config.php b/app/conferences/app_config.php index d0e5fece9f..859673c034 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -33,9 +33,9 @@ $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'][] = 'user'; + //$apps[$x]['menu'][0]['groups'][] = 'admin'; + //$apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details $y = 0;