From 0939b3e9fe99a25c56a07b48105dbb44c7ed5c55 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 6 Jun 2019 11:40:44 -0600 Subject: [PATCH] Update time_condition_edit.php --- app/time_conditions/time_condition_edit.php | 3 +++ 1 file changed, 3 insertions(+) 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";