Update call_center_active_inc.php

This commit is contained in:
FusionPBX
2018-04-13 07:44:30 -06:00
committed by GitHub
parent e6aa7aca47
commit 3ad4901e67

View File

@@ -190,7 +190,7 @@
//get the agent name
$agent_name = '';
if (is_array($_SESSION['agents'])) foreach ($_SESSION['agents'] as $agent) {
if ($agent['call_center_agent_uuid'] = $agent_uuid) {
if ($agent['call_center_agent_uuid'] == $agent_uuid) {
$agent_name = $agent['agent_name'];
}
}