Update conference_centers.php

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

View File

@ -373,7 +373,7 @@ if (!class_exists('conference_centers')) {
//clear the cache
$cache = new cache;
$cache->delete("dialplan:".$_SESSION["context"]);
$cache->delete("dialplan:".$_SESSION["domain_name"]);
//apply settings reminder
$_SESSION["reload_xml"] = true;
@ -604,7 +604,7 @@ if (!class_exists('conference_centers')) {
//clear the cache
$cache = new cache;
$cache->delete("dialplan:".$_SESSION["context"]);
$cache->delete("dialplan:".$_SESSION["domain_name"]);
//set message
message::add($text['message-toggle']);