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);