From c4eae5ea123cbef499f9d790006a2a6f28f151e5 Mon Sep 17 00:00:00 2001 From: luis daniel lucio quiroz Date: Fri, 13 Feb 2015 20:29:08 +0000 Subject: [PATCH] conference menu for users --- app/conference_centers/app_menu.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/conference_centers/app_menu.php b/app/conference_centers/app_menu.php index 6b6afc7c80..f0c232614d 100644 --- a/app/conference_centers/app_menu.php +++ b/app/conference_centers/app_menu.php @@ -17,5 +17,6 @@ $apps[$x]['menu'][$y]['path'] = "/app/conference_centers/conference_centers.php"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; $apps[$x]['menu'][$y]['groups'][] = "admin"; + $apps[$x]['menu'][$y]['groups'][] = "user"; -?> \ No newline at end of file +?>