diff --git a/app/destinations/destination_delete.php b/app/destinations/destination_delete.php index db81db1fde..30051f37a1 100644 --- a/app/destinations/destination_delete.php +++ b/app/destinations/destination_delete.php @@ -63,7 +63,7 @@ else { unset ($prep_statement); //start the atomic transaction - $db->beginTransaction(); + //$db->beginTransaction(); //delete the dialplan if (isset($dialplan_uuid)) { @@ -88,7 +88,7 @@ else { unset($sql); //commit the atomic transaction - $db->commit(); + //$db->commit(); //synchronize the xml config save_dialplan_xml();