From 6dda361bc3db7eeea9b7da2eccf2f83f84b769fe Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 29 Apr 2019 13:03:42 -0600 Subject: [PATCH] Update app_config.php --- app/destinations/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index c32397539a..e2f5a8ae17 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -156,7 +156,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the number."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "destination_prefix"; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_prefix"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the prefix."; $z++;