From 1097d28af8ed709ab19b0cd592a913e1b66940cb Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 15 Feb 2017 23:27:05 -0700 Subject: [PATCH] Update app_config.php --- app/traffic_graph/app_config.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/traffic_graph/app_config.php b/app/traffic_graph/app_config.php index e64f8ee2e4..3c9bf4aed5 100644 --- a/app/traffic_graph/app_config.php +++ b/app/traffic_graph/app_config.php @@ -21,8 +21,9 @@ $apps[$x]['description']['pt-br'] = ""; //permission details - $apps[$x]['permissions'][0]['name'] = "traffic_graph_view"; - $apps[$x]['permissions'][0]['menu']['uuid'] = "05ac3828-dc2b-c0e2-282c-79920f5349e0"; - $apps[$x]['permissions'][0]['groups'][] = "superadmin"; + $y=0; + $apps[$x]['permissions'][$y]['name'] = "traffic_graph_view"; + $apps[$x]['permissions'][$y]['menu']['uuid'] = "05ac3828-dc2b-c0e2-282c-79920f5349e0"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; -?> \ No newline at end of file +?>