Phrases: List view updates. Minor Adjustments: IVR Menus, Modules, Number Translations.

This commit is contained in:
Nate
2019-11-26 16:05:39 -07:00
parent e06f3c3221
commit cedfb1ad9e
5 changed files with 529 additions and 84 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ if (!class_exists('ivr_menu')) {
//clear the cache
if (is_array($ivr_menu_contexts) && @sizeof($ivr_menu_contexts) != 0) {
$ivr_menu_contexts = array_unique($ivr_menu_contexts, SORT_STRING);
$ivr_menu_contexts = array_unique($ivr_menu_contexts);
$cache = new cache;
foreach ($ivr_menu_contexts as $ivr_menu_context) {
$cache->delete("dialplan:".$dialplan_context);