From 455da287bfe1cd11c9ff091f1c488318770df663 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 13 Nov 2018 17:53:20 -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 7144e0d3c7..73b6456259 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["uuid"]) > 0) { - $uuid = trim($_REQUEST["uuid"]); + if (strlen($_REQUEST["id"]) > 0) { + $uuid = trim($_REQUEST["id"]); } //get the cdr string from the database