Update xml_cdr_details.php

This commit is contained in:
FusionPBX 2018-11-09 10:36:30 -07:00 committed by GitHub
parent 101a73da99
commit e78805b858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@
//parse the xml to get the call detail record info
try {
if ($format == 'json') {
$json_string = stripcslashes($json_string);
$array = json_decode($json_string,true);
}
if ($format == 'xml') {