diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index dc06cb7cdc..308a1039d6 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -642,6 +642,9 @@ } +//set the defaults + if (strlen($dialplan_context) == 0) { $dialplan_context = $_SESSION['domain_name']; } + //include the header require_once "resources/header.php";