Remove the call to the save_ivr_menu_xml function.
This commit is contained in:
@@ -39,7 +39,6 @@ if (count($_GET)>0) {
|
||||
}
|
||||
|
||||
if (strlen($id)>0) {
|
||||
|
||||
//include the ivr menu class
|
||||
require_once "includes/classes/database.php";
|
||||
require_once "resources/classes/switch_ivr_menu.php";
|
||||
@@ -48,9 +47,6 @@ if (strlen($id)>0) {
|
||||
$ivr->ivr_menu_uuid = $id;
|
||||
$ivr->delete();
|
||||
|
||||
//synchronize the xml config
|
||||
save_ivr_menu_xml();
|
||||
|
||||
//synchronize the xml config
|
||||
save_dialplan_xml();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user