MOH: Remove duplicate semi-colon from app_config.

This commit is contained in:
Nate 2020-04-18 14:09:10 -06:00
parent 848bb7df4b
commit 49a94b8a1a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
//application details
$apps[$x]['name'] = "Music on Hold";
$apps[$x]['uuid'] = "1dafe0f8-c08a-289b-0312-15baf4f20f81";
$apps[$x]['category'] = "Switch";;
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "1.0";
$apps[$x]['license'] = "Mozilla Public License 1.1";