mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix dialplan_mode caching (#5428)
This commit is contained in:
@@ -170,6 +170,11 @@
|
||||
$cache = new cache;
|
||||
$cache->delete("dialplan:".$domain_name);
|
||||
}
|
||||
elseif ($default_setting_category == "destinations" && $default_setting_subcategory == "dialplan_mode" ) {
|
||||
//clear the cache
|
||||
$cache = new cache;
|
||||
$cache->delete("dialplan:mode");
|
||||
}
|
||||
|
||||
//build the array of data
|
||||
$x = 0;
|
||||
|
||||
Reference in New Issue
Block a user