mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
fix spelling mistake in xml_cdr function name (#7240)
This commit is contained in:
@@ -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';
|
$xml_cdr_dir = $this->settings->get('switch', 'log', '/var/log/freeswitch').'/xml_cdr';
|
||||||
if (!file_exists($xml_cdr_dir.'/failed')) {
|
if (!file_exists($xml_cdr_dir.'/failed')) {
|
||||||
if (!mkdir($xml_cdr_dir.'/failed', 0660, true)) {
|
if (!mkdir($xml_cdr_dir.'/failed', 0660, true)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user