diff --git a/app/operator_panel/resources/functions/get_call_activity.php b/app/operator_panel/resources/functions/get_call_activity.php index 08c7e8ef66..64ccdd63a0 100644 --- a/app/operator_panel/resources/functions/get_call_activity.php +++ b/app/operator_panel/resources/functions/get_call_activity.php @@ -30,7 +30,7 @@ function get_call_activity() { foreach($extensions as &$row) { if ($row['user_uuid'] != '') { $ext_user_status[$row['user_uuid']] = $row['user_status']; - unset($row['user_uuid'], $row['user_status']); + unset($row['user_status']); } }