From 04f7811143c11d2785da0a0a5604a4c39d6664c3 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 27 Feb 2017 21:45:02 -0700 Subject: [PATCH] Update dialplan_xml.php --- app/dialplan/dialplan_xml.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/dialplan/dialplan_xml.php b/app/dialplan/dialplan_xml.php index 41467e74f1..e64ce8cf87 100644 --- a/app/dialplan/dialplan_xml.php +++ b/app/dialplan/dialplan_xml.php @@ -51,7 +51,7 @@ if (strlen($app_uuid) == 0) { $app_uuid = '742714e5-8cdf-32fd-462c-cbe7e3d655db'; } - + //get the dialplan xml if (is_uuid($dialplan_uuid)) { $sql = "select * from v_dialplans "; @@ -81,7 +81,7 @@ $x = 0; //$array['dialplans'][$x]["domain_uuid"] = $_SESSION['domain_uuid']; $array['dialplans'][$x]["dialplan_uuid"] = $dialplan_uuid; - $array['dialplans'][$x]["dialplan_xml"] = $_REQUEST['dialplan_xml'];; + $array['dialplans'][$x]["dialplan_xml"] = $_REQUEST['dialplan_xml']; //save to the data $database = new database; @@ -92,7 +92,7 @@ //} $database->save($array); $message = $database->message; - + //debug info //echo "
\n";
 			//print_r($message);