Operator Panel: Mitigate PHP 8.x warnings.

This commit is contained in:
fusionate
2024-05-13 11:03:09 -06:00
parent 7556956763
commit 05cd649a73
2 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@
//update the user_status
if (is_uuid($call_center_agent_uuid)) {
$esl = event_socket::create();
$switch_cmd .= "callcenter_config agent set status ".$call_center_agent_uuid." '".$user_status."'";
$switch_cmd = "callcenter_config agent set status ".$call_center_agent_uuid." '".$user_status."'";
$switch_result = event_socket::api($switch_cmd);
}