Update the cache key

This commit is contained in:
FusionPBX
2025-10-16 08:15:16 -06:00
committed by GitHub
parent 1a221e0310
commit 608480b8af
5 changed files with 10 additions and 18 deletions

View File

@@ -163,7 +163,7 @@
$cache = new cache;
if (!empty($extension)) {
$cache->delete(gethostname().":directory:".$extension."@".$this->domain_name);
$cache->delete("directory:".$extension."@".$domain_name);
$cache->delete(gethostname().":directory:".$extension."@".$domain_name);
}
if (!empty($number_alias)) {
$cache->delete(gethostname().":directory:".$number_alias."@".$this->domain_name);