From 095ff76818043d3bfcf4f638def70576ce61f6e8 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 22 Jan 2018 22:32:05 -0700 Subject: [PATCH] Update app_config.php --- app/devices/app_config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 841efb9d65..7b075e4a0b 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -474,6 +474,10 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "shared_line"; + $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'] = "enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";