Call Block - List: Resolve PHP warning.

This commit is contained in:
fusionate
2025-11-15 17:39:30 -07:00
parent 94837fde05
commit b887f7d727

View File

@@ -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 "<tr class='list-row' href='".$list_row_url."'>\n";