Update xml_cdr_details.php

This commit is contained in:
FusionPBX
2018-11-13 16:48:43 -06:00
committed by GitHub
parent ca01ccb335
commit f43c55ff17
+2 -2
View File
@@ -43,8 +43,8 @@
$text = $language->get(); $text = $language->get();
//get the http values and set them to a variable //get the http values and set them to a variable
if (strlen($_REQUEST["id"]) > 0) { if (strlen($_REQUEST["uuid"]) > 0) {
$uuid = trim($_REQUEST["id"]); $uuid = trim($_REQUEST["uuid"]);
} }
//get the cdr string from the database //get the cdr string from the database