From 7f870ea26ff8ad818d8a11a7679093ed74e51760 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 10 Oct 2020 12:46:56 -0600 Subject: [PATCH] Remove an extra line of code that causes no harm but is not needed. --- app/call_centers/app_config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/call_centers/app_config.php b/app/call_centers/app_config.php index 2a0ebe4438..2bd9f542ec 100644 --- a/app/call_centers/app_config.php +++ b/app/call_centers/app_config.php @@ -121,7 +121,6 @@ $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $y++; $apps[$x]['permissions'][$y]['name'] = "call_center_outbound_caller_id_name"; //$apps[$x]['permissions'][$y]['groups'][] = "admin"; //$apps[$x]['permissions'][$y]['groups'][] = "superadmin";