Update ivr_menu_edit.php

This commit is contained in:
FusionPBX 2024-03-30 08:28:42 -06:00 committed by GitHub
parent cd2d2cf632
commit 911888e949
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

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