From 1776e25f76f5341b216e8cc2d85c5bfa0736aead Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 15 Feb 2017 23:18:47 -0700 Subject: [PATCH] Update app_config.php --- app/settings/app_config.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/settings/app_config.php b/app/settings/app_config.php index f2281de75c..5d9ff886ef 100644 --- a/app/settings/app_config.php +++ b/app/settings/app_config.php @@ -21,7 +21,7 @@ $apps[$x]['description']['pt-br'] = ""; //permission details - $y = 0; + $y=0; $apps[$x]['permissions'][$y]['name'] = "setting_view"; $apps[$x]['permissions'][$y]['menu']['uuid'] = "148ea42a-3711-3d64-181b-07a6a3c3ed60"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; @@ -36,9 +36,10 @@ //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //schema details - $y = 0; //table array index - $z = 0; //field array index - $apps[$x]['db'][$y]['table'] = "v_settings"; + $y=0; + $apps[$x]['db'][$y]['table']['name'] = "v_settings"; + $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'] = "setting_id"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "serial"; @@ -102,4 +103,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>