Update time_condition_edit.php

This commit is contained in:
FusionPBX 2019-06-06 11:40:44 -06:00 committed by GitHub
parent 768c2e094e
commit 0939b3e9fe
1 changed files with 3 additions and 0 deletions

View File

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