From db62bf23ad963fd3d3d739cd975240711d6b86af Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 19 Mar 2018 00:45:33 -0600 Subject: [PATCH] Update call_flow_edit.php --- app/call_flows/call_flow_edit.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/call_flows/call_flow_edit.php b/app/call_flows/call_flow_edit.php index 4c170c6f30..acf67f61b8 100644 --- a/app/call_flows/call_flow_edit.php +++ b/app/call_flows/call_flow_edit.php @@ -152,12 +152,12 @@ $_POST["dialplan_uuid"] = $dialplan_uuid; } - //set the default user context + //set the default context if (permission_exists("call_flow_context")) { - //allow a user assigned to super admin to change the user_context + //allow a user assigned to super admin to change the call_flow_context } else { - //if the user_context was not set then set the default value + //if the call_flow_context was not set then set the default value $call_flow_context = $_SESSION['domain_name']; } @@ -175,7 +175,7 @@ $destination_feature = str_replace("+", "\+", $destination_feature); //build the xml dialplan - $dialplan_xml = "\n"; + $dialplan_xml = "\n"; $dialplan_xml .= " \n"; $dialplan_xml .= " \n"; $dialplan_xml .= " \n";