Update time_condition_edit.php

Change session context to domain_name.
This commit is contained in:
FusionPBX 2020-10-22 02:35:09 -06:00 committed by GitHub
parent 281979721c
commit 26a316a295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@
//clear the cache
$cache = new cache;
$cache->delete("dialplan:".$_SESSION["context"]);
$cache->delete("dialplan:".$_SESSION["domain_name"]);
//set the message
if ($action == "add") {