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

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") {