From 62e1dabb54b0ca7eccfd39ca694cad86d573b930 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 12 Jan 2017 23:24:25 -0700 Subject: [PATCH] Update app_config.php --- app/edit/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/edit/app_config.php b/app/edit/app_config.php index ed36273447..22acee2ddc 100644 --- a/app/edit/app_config.php +++ b/app/edit/app_config.php @@ -3,7 +3,7 @@ //application details $apps[$x]['name'] = "Edit"; $apps[$x]['uuid'] = "17e628ee-ccfa-49c0-29ca-9894a0384b9b"; - $apps[$x]['category'] = "Switch";; + $apps[$x]['category'] = "Switch"; $apps[$x]['subcategory'] = ""; $apps[$x]['version'] = ""; $apps[$x]['license'] = "Mozilla Public License 1.1";