Update time_condition_edit.php

This commit is contained in:
FusionPBX 2019-06-06 11:40:44 -06:00 committed by GitHub
parent dccc9d2f15
commit 8f95ff8da1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";