Update time_condition_edit.php
Change session context to domain_name.
This commit is contained in:
parent
281979721c
commit
26a316a295
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue