From a783b1b1b590a6a58db11def5ba550d09ce09cb9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 23 Mar 2019 22:37:49 -0600 Subject: [PATCH] Update app_config.php --- app/access_controls/app_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/access_controls/app_config.php b/app/access_controls/app_config.php index 84d3e7a160..a77436675e 100644 --- a/app/access_controls/app_config.php +++ b/app/access_controls/app_config.php @@ -93,7 +93,7 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign"; - $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_access_control"; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_access_controls"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "access_control_uuid"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "node_type"; @@ -112,4 +112,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; -?> \ No newline at end of file +?>