From bb9c9dd469e6ef5a5944057fd429554bce1da4de Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 15 Feb 2017 21:29:46 -0700 Subject: [PATCH] Update app_config.php --- app/call_broadcast/app_config.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/call_broadcast/app_config.php b/app/call_broadcast/app_config.php index a6d9402a8d..b60db50ccf 100644 --- a/app/call_broadcast/app_config.php +++ b/app/call_broadcast/app_config.php @@ -42,9 +42,10 @@ $apps[$x]['permissions'][4]['groups'][] = "superadmin"; //schema details - $y = 0; //table array index - $z = 0; //field array index - $apps[$x]['db'][$y]['table'] = "v_call_broadcasts"; + $y=0; + $apps[$x]['db'][$y]['table']['name'] = "v_call_broadcasts"; + $apps[$x]['db'][$y]['table']['parent'] = ""; + $z=0; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "id"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "call_broadcast_id"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial"; @@ -131,4 +132,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>