From 333606e5007ad017f1387c4c47f30087c60c17b6 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 24 Jun 2025 14:14:37 -0600 Subject: [PATCH] Update active_calls.php --- app/active_calls/active_calls.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/active_calls/active_calls.php b/app/active_calls/active_calls.php index fc07180c0b..755fcd6554 100644 --- a/app/active_calls/active_calls.php +++ b/app/active_calls/active_calls.php @@ -504,6 +504,7 @@ echo "\n"; // Set some values that we will use const uuid = call.unique_id; const row = document.getElementById(uuid); + if (!row) { return; } const direction = call.variable_call_direction ?? ''; // use application field to help determine arrows