mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Update call_center_active_inc.php
This commit is contained in:
@@ -357,7 +357,7 @@
|
||||
//get the serving agent name
|
||||
$serving_agent_name = '';
|
||||
if (is_array($_SESSION['agents'])) foreach ($_SESSION['agents'] as $agent) {
|
||||
if ($agent['call_center_agent_uuid'] = $serving_agent) {
|
||||
if ($agent['call_center_agent_uuid'] == $serving_agent) {
|
||||
$serving_agent_name = $agent['agent_name'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user