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