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 +?>