From 0218f3be0cb1b98d36a23b887eee54b6b8e01e9a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 26 Aug 2020 22:00:05 -0600 Subject: [PATCH] A few minor fixes. --- app/destinations/app_config.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index bbc3dd4202..31450828c8 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -5,7 +5,7 @@ $apps[$x]['uuid'] = "5ec89622-b19c-3559-64f0-afde802ab139"; $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; - $apps[$x]['version'] = "1.0"; + $apps[$x]['version'] = "1.1"; $apps[$x]['license'] = "Mozilla Public License 1.1"; $apps[$x]['url'] = "http://www.fusionpbx.com"; $apps[$x]['description']['en-us'] = "Used to define external destination numbers."; @@ -80,9 +80,8 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "destination_trunk_prefix"; - $y++;; + $y++; $apps[$x]['permissions'][$y]['name'] = "destination_area_code"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "destination_number"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; @@ -101,7 +100,6 @@ $apps[$x]['permissions'][$y]['name'] = "destination_fax"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; - $y++; $apps[$x]['permissions'][$y]['name'] = "destination_destinations"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin";