Update conferences.php

Change context to domain_name.
This commit is contained in:
FusionPBX 2020-10-22 02:15:21 -06:00 committed by GitHub
parent e1619a1fd1
commit 3173657851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@ if (!class_exists('conferences')) {
//clear the cache
$cache = new cache;
$cache->delete("dialplan:".$_SESSION["context"]);
$cache->delete("dialplan:".$_SESSION["domain_name"]);
//set message
message::add($text['message-delete']);
@ -227,7 +227,7 @@ if (!class_exists('conferences')) {
//clear the cache
$cache = new cache;
$cache->delete("dialplan:".$_SESSION["context"]);
$cache->delete("dialplan:".$_SESSION["domain_name"]);
//set message
message::add($text['message-toggle']);
@ -362,7 +362,7 @@ if (!class_exists('conferences')) {
//clear the cache
$cache = new cache;
$cache->delete("dialplan:".$_SESSION["context"]);
$cache->delete("dialplan:".$_SESSION["domain_name"]);
//set message
message::add($text['message-copy']);