From 6421dffba3d7e5592f8ac8e1d0f1fc6d1eadd8d5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 17 Mar 2017 00:09:32 -0600 Subject: [PATCH] Update database.php --- resources/classes/database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/classes/database.php b/resources/classes/database.php index 6cdd3cf693..bf5cd35250 100644 --- a/resources/classes/database.php +++ b/resources/classes/database.php @@ -1133,7 +1133,7 @@ include "root.php"; $this->debug["sql"] = true; //start the atomic transaction -// $this->db->beginTransaction(); + $this->db->beginTransaction(); //debug info //echo "
\n";
@@ -1598,7 +1598,7 @@ include "root.php";
 					$this->message = $message;
 
 				//commit the atomic transaction
-					//$this->db->commit();
+					$this->db->commit();
 
 				//get the domain uuid
 					$domain_uuid = $_SESSION['domain_uuid'];