Skip to content

Commit

Permalink
Update time_condition_edit.php
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane authored Jun 6, 2019
1 parent dccc9d2 commit 8f95ff8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/time_conditions/time_condition_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 8f95ff8

Please sign in to comment.