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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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["id"]) > 0) {
$uuid = trim($_REQUEST["id"]);
if (strlen($_REQUEST["uuid"]) > 0) {
$uuid = trim($_REQUEST["uuid"]);
}
//get the cdr string from the database