From de362abfb5d2d70c1b1d0e5cf9803b008d1fd86f Mon Sep 17 00:00:00 2001 From: markjcrane Date: Wed, 11 May 2016 18:42:30 -0600 Subject: [PATCH] Fix a minor issue. --- 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 bef7b26774..79b6002882 100644 --- a/app/xml_cdr/resources/classes/xml_cdr.php +++ b/app/xml_cdr/resources/classes/xml_cdr.php @@ -248,7 +248,7 @@ if (!class_exists('xml_cdr')) { $this->array[$row]['user_context'] = check_str(urldecode($xml->variables->user_context)); $this->array[$row]['network_addr'] = check_str(urldecode($xml->variables->sip_network_ip)); $this->array[$row]['caller_id_name'] = check_str($caller_id_name); - $this->array[$row]['caller_id_number'] = check_str($caller_id_number)); + $this->array[$row]['caller_id_number'] = check_str($caller_id_number); $this->array[$row]['accountcode'] = check_str(urldecode($xml->variables->accountcode)); $this->array[$row]['default_language'] = check_str(urldecode($xml->variables->default_language));