Update call_block_cdr_add.php

This commit is contained in:
FusionPBX
2019-10-27 00:33:45 -06:00
committed by GitHub
parent 43d61301a0
commit 6e13766af1

View File

@@ -41,10 +41,10 @@
$text = $language->get();
//action add from cdr
if (is_uuid($_REQUEST["cdr_id"])) {
if (is_uuid($_REQUEST["id"])) {
//get the uuid
$xml_cdr_uuid = $_REQUEST["cdr_id"];
$xml_cdr_uuid = $_REQUEST["id"];
// get the caller id info from cdr the user chose
$sql = "select caller_id_name, caller_id_number ";