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