From 3e1cdc929ae915ffd700c8dca8393364d5c7f44c Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 1 Apr 2014 03:23:04 +0000 Subject: [PATCH] Add a new permission for called follow_me_call_prompt. --- app/follow_me/app_config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/follow_me/app_config.php b/app/follow_me/app_config.php index ec6e5ed9c7..64436cd0a9 100644 --- a/app/follow_me/app_config.php +++ b/app/follow_me/app_config.php @@ -79,10 +79,13 @@ $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; $apps[$x]['permissions'][$y]['groups'][] = "user"; + $y++; $apps[$x]['permissions'][$y]['name'] = "follow_me_cid_name_prefix"; $y++; $apps[$x]['permissions'][$y]['name'] = "follow_me_cid_number_prefix"; $y++; + $apps[$x]['permissions'][$y]['name'] = "follow_me_call_prompt"; + $y++; //schema details $y = 0; //table array index