From 4d9865c8f051aafd097dea61660275e894dee109 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 19 Oct 2015 17:35:09 -0600 Subject: [PATCH] Prevent overwriting the call block number when updating the number. --- app/call_block/call_block_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_block/call_block_edit.php b/app/call_block/call_block_edit.php index 91e78e0efc..d3591af4d3 100644 --- a/app/call_block/call_block_edit.php +++ b/app/call_block/call_block_edit.php @@ -167,7 +167,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { $result = $prep_statement->fetchAll(); $result_count = count($result); if ($result_count > 0) { - $call_block_number = $result[0]["call_block_number"]; + //set the domain_name $domain_name = $result[0]["domain_name"]; //clear the cache