From 2d667d4b7d16bd50984fbc7029c1d40676a83fee Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 9 Mar 2018 20:09:19 -0700 Subject: [PATCH] Update app_config.php --- app/follow_me/app_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/follow_me/app_config.php b/app/follow_me/app_config.php index 95a50992c8..17b130162a 100644 --- a/app/follow_me/app_config.php +++ b/app/follow_me/app_config.php @@ -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'] = ""; -?> \ No newline at end of file +?>