mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update the cache key
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user