From c9fc3fd5841206ecc91031263b28841bea303205 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Tue, 27 Aug 2019 17:36:54 -0600 Subject: [PATCH] Update dialplans.php (#4462) * Update dialplans.php * Update dialplans.php --- app/dialplans/dialplans.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/dialplans/dialplans.php b/app/dialplans/dialplans.php index 4763c9255d..139edc6815 100644 --- a/app/dialplans/dialplans.php +++ b/app/dialplans/dialplans.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-2017 + Portions created by the Initial Developer are Copyright (C) 2008-2019 the Initial Developer. All Rights Reserved. Contributor(s): @@ -347,7 +347,7 @@ } if ($_GET['show'] == "all" && permission_exists('dialplan_all')) { if (strlen($_SESSION['domains'][$row['domain_uuid']]['domain_name']) > 0) { - $domain = escape($_SESSION['domains'][$row['domain_uuid']]['domain_name']); + $domain = $_SESSION['domains'][$row['domain_uuid']]['domain_name']; } else { $domain = $text['label-global'];