mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
Update ivr_menu_edit.php
This commit is contained in:
@@ -426,7 +426,8 @@
|
||||
$cache = new cache;
|
||||
$cache->delete("dialplan:".$_SESSION["context"]);
|
||||
$cache->delete("configuration:ivr.conf:".$ivr_menu_uuid);
|
||||
//get all ivr parent menus
|
||||
|
||||
//get all ivr parent menus
|
||||
$sql = "with recursive ivr_menus as ( ";
|
||||
$sql .=" select ivr_menu_parent_uuid ";
|
||||
$sql .=" from v_ivr_menus ";
|
||||
|
||||
Reference in New Issue
Block a user