From abb7e561cc2f3e796afb4179260da4c55ca69b16 Mon Sep 17 00:00:00 2001 From: luis daniel lucio quiroz Date: Fri, 13 Feb 2015 19:16:35 +0000 Subject: [PATCH] acl menu fix --- app/acl/app_menu.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/acl/app_menu.php b/app/acl/app_menu.php index 162670d14e..43afa616d3 100644 --- a/app/acl/app_menu.php +++ b/app/acl/app_menu.php @@ -4,7 +4,7 @@ $apps[$x]['menu'][0]['uuid'] = '0044c532-07ca-477f-aa2d-920ee58e100b'; $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5'; $apps[$x]['menu'][0]['category'] = 'internal'; - $apps[$x]['menu'][0]['path'] = '/app/acl/acl.php'; + $apps[$x]['menu'][0]['path'] = '/app/acl/acls.php'; $apps[$x]['menu'][0]['groups'][] = 'superadmin'; -?> \ No newline at end of file +?>