From b887f7d7279a9264311bc1e58dcf801427529dae Mon Sep 17 00:00:00 2001 From: fusionate Date: Sat, 15 Nov 2025 17:39:30 -0700 Subject: [PATCH] Call Block - List: Resolve PHP warning. --- app/call_block/call_block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_block/call_block.php b/app/call_block/call_block.php index cdd9bece1a..e531aaba27 100644 --- a/app/call_block/call_block.php +++ b/app/call_block/call_block.php @@ -307,7 +307,7 @@ if (permission_exists('call_block_edit')) { $list_row_url = "call_block_edit.php?id=".urlencode($row['call_block_uuid']); if ($row['domain_uuid'] != $_SESSION['domain_uuid'] && permission_exists('domain_select')) { - $list_row_url .= '&domain_uuid='.urlencode($row['domain_uuid']).'&domain_change=true'; + $list_row_url .= '&domain_uuid='.urlencode($row['domain_uuid'] ?? '').'&domain_change=true'; } } echo "\n";