From 1c29addf08dcb17c95a37147f4a9504876d868e9 Mon Sep 17 00:00:00 2001 From: frytimo Date: Mon, 3 Feb 2025 16:21:47 -0400 Subject: [PATCH] fix spelling mistake in xml_cdr function name (#7240) --- 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 20da1dd1af..2ae2501ea6 100644 --- a/app/xml_cdr/resources/classes/xml_cdr.php +++ b/app/xml_cdr/resources/classes/xml_cdr.php @@ -1546,7 +1546,7 @@ if (!class_exists('xml_cdr')) { } } - public function moved_to_failed($failed_file) { + public function move_to_failed($failed_file) { $xml_cdr_dir = $this->settings->get('switch', 'log', '/var/log/freeswitch').'/xml_cdr'; if (!file_exists($xml_cdr_dir.'/failed')) { if (!mkdir($xml_cdr_dir.'/failed', 0660, true)) {