From 26a316a2953635d12dc2cbeffc8056a1ac860c29 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 22 Oct 2020 02:35:09 -0600 Subject: [PATCH] Update time_condition_edit.php Change session context to domain_name. --- app/time_conditions/time_condition_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/time_conditions/time_condition_edit.php b/app/time_conditions/time_condition_edit.php index 7b2aa374f4..81803862a0 100644 --- a/app/time_conditions/time_condition_edit.php +++ b/app/time_conditions/time_condition_edit.php @@ -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") {