From e78805b858f30c859076d21eef9eb98961be96da Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 9 Nov 2018 10:36:30 -0700 Subject: [PATCH] Update xml_cdr_details.php --- app/xml_cdr/xml_cdr_details.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/xml_cdr/xml_cdr_details.php b/app/xml_cdr/xml_cdr_details.php index 6f3a599932..73b6456259 100644 --- a/app/xml_cdr/xml_cdr_details.php +++ b/app/xml_cdr/xml_cdr_details.php @@ -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') {