From 6a72593b59d229e3904b5a45b8f0e2f5e4e9487c Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 12 Sep 2013 18:09:19 +0000 Subject: [PATCH] Correct the call center permissions. --- app/call_center/call_center_agent_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_center/call_center_agent_status.php b/app/call_center/call_center_agent_status.php index 9c544cbe51..0ec1f87658 100644 --- a/app/call_center/call_center_agent_status.php +++ b/app/call_center/call_center_agent_status.php @@ -26,7 +26,7 @@ require_once "root.php"; require_once "resources/require.php"; require_once "resources/check_auth.php"; -if (permission_exists('call_center_agents_edit')) { +if (permission_exists('call_center_agents_view')) { //access granted } else {