Update call_block_cdr_add.php

This commit is contained in:
FusionPBX 2019-10-27 00:33:45 -06:00 committed by GitHub
parent 8e31bf9fea
commit 707e221dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 ";