浏览代码

Update database.php

FusionPBX 8 年之前
父节点
当前提交
53913f648b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      resources/classes/database.php

+ 2 - 2
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 "<pre>\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'];