Update xml_cdr_details.php

This commit is contained in:
FusionPBX 2018-11-13 17:53:20 -06:00 committed by GitHub
parent 1e7ecf9a5f
commit 0ea32e4140
1 changed files with 2 additions and 2 deletions

View File

@ -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