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 {