Update app_config.php

This commit is contained in:
FusionPBX 2018-03-09 20:09:19 -07:00 committed by GitHub
parent f6dd3a307d
commit 139e98c645
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@
$apps[$x]['permissions'][$y]['groups'][] = "admin";
$apps[$x]['permissions'][$y]['groups'][] = "user";
$y++;
$apps[$x]['permissions'][$y]['name'] = "follow_me_cid_set";
$apps[$x]['permissions'][$y]['name'] = "follow_me_caller_id";
//schema details
$y=0;
@ -191,4 +191,4 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>
?>