浏览代码

Fix dialplan_mode caching (#5428)

agree 5 年之前
父节点
当前提交
41a8c25c51
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      core/default_settings/default_setting_edit.php

+ 5 - 0
core/default_settings/default_setting_edit.php

@@ -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;