From 15541de90ce3d097aa2884e5afbe06d99f55862f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 31 Mar 2018 11:14:56 -0600 Subject: [PATCH] Update call_center_active_inc.php --- app/call_center_active/call_center_active_inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/call_center_active/call_center_active_inc.php b/app/call_center_active/call_center_active_inc.php index 18379aa2c1..28c48fc8fc 100644 --- a/app/call_center_active/call_center_active_inc.php +++ b/app/call_center_active/call_center_active_inc.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2016 + Portions created by the Initial Developer are Copyright (C) 2008-2018 the Initial Developer. All Rights Reserved. Contributor(s): @@ -44,7 +44,7 @@ $text = $language->get(); //get the queue_name and set it as a variable - $queue_name = $_GET[queue_name].'@'. $_SESSION['domains'][$domain_uuid]['domain_name']; + $queue_name = $_GET[queue_name]; //convert the string to a named array function str_to_named_array($tmp_str, $tmp_delimiter) {