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