From a8f41aa357d9f1c8bba869d1d1eee8ec6522de04 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 25 Jan 2018 15:30:47 -0700 Subject: [PATCH] Update app_config.php --- app/call_flows/app_config.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/call_flows/app_config.php b/app/call_flows/app_config.php index c0faa08e02..d0cf79967e 100644 --- a/app/call_flows/app_config.php +++ b/app/call_flows/app_config.php @@ -60,6 +60,9 @@ $apps[$x]['permissions'][$y]['name'] = "call_flow_delete"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "call_flow_context"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //schema details $y=0; @@ -152,4 +155,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; -?> \ No newline at end of file +?>