From d460615156fc8878c1707d29f590f746fe8502ed Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 21 Mar 2018 01:46:30 -0600 Subject: [PATCH] Update call_center_active_inc.php --- app/call_center_active/call_center_active_inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_center_active/call_center_active_inc.php b/app/call_center_active/call_center_active_inc.php index 99867dc302..18379aa2c1 100644 --- a/app/call_center_active/call_center_active_inc.php +++ b/app/call_center_active/call_center_active_inc.php @@ -49,7 +49,7 @@ //convert the string to a named array function str_to_named_array($tmp_str, $tmp_delimiter) { $tmp_array = explode ("\n", $tmp_str); - $result = ''; + $result = array(); if (trim(strtoupper($tmp_array[0])) != "+OK") { $tmp_field_name_array = explode ($tmp_delimiter, $tmp_array[0]); $x = 0;