From f43c55ff17bc5bf970541a9fa5193909512dfaf6 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 13 Nov 2018 16:48:43 -0600 Subject: [PATCH] Update xml_cdr_details.php --- app/xml_cdr/xml_cdr_details.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/xml_cdr/xml_cdr_details.php b/app/xml_cdr/xml_cdr_details.php index 73b6456259..7144e0d3c7 100644 --- a/app/xml_cdr/xml_cdr_details.php +++ b/app/xml_cdr/xml_cdr_details.php @@ -43,8 +43,8 @@ $text = $language->get(); //get the http values and set them to a variable - if (strlen($_REQUEST["id"]) > 0) { - $uuid = trim($_REQUEST["id"]); + if (strlen($_REQUEST["uuid"]) > 0) { + $uuid = trim($_REQUEST["uuid"]); } //get the cdr string from the database