From b481d0d7ba468f8bd0f2e0680988b244c71b404e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 25 Mar 2018 10:11:25 -0600 Subject: [PATCH] Update app_config.php --- app/vars/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/vars/app_config.php b/app/vars/app_config.php index 7dfe3452e9..aa610147e5 100644 --- a/app/vars/app_config.php +++ b/app/vars/app_config.php @@ -68,6 +68,10 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true"; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "var_command"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "var_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";