From 1c189ed7801f82471804cc35202219443fa03e77 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 2 Sep 2025 11:33:31 -0600 Subject: [PATCH] Update xml_cdr.php --- app/xml_cdr/resources/classes/xml_cdr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/xml_cdr/resources/classes/xml_cdr.php b/app/xml_cdr/resources/classes/xml_cdr.php index a3aec06850..1f747ba543 100644 --- a/app/xml_cdr/resources/classes/xml_cdr.php +++ b/app/xml_cdr/resources/classes/xml_cdr.php @@ -365,7 +365,7 @@ if ($xml === false) { //failed to load the XML, move the XML file to the failed directory if (!empty($xml_cdr_dir)) { - rename($xml_cdr_dir.'/'.$this->file, $xml_cdr_dir.'/failed/invalid_xml/'.$this->file); + rename($xml_cdr_dir.'/'.$this->file, $xml_cdr_dir.'/failed/xml/'.$this->file); } //return without saving the invalid xml