Remove the call to the save_ivr_menu_xml function.

This commit is contained in:
Mark Crane
2012-11-29 22:39:09 +00:00
parent 232e50525c
commit 05d909f02a
5 changed files with 26 additions and 35 deletions
-4
View File
@@ -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();
}