From a90f5bed8eed23e34597d44d292f2b5ab125f071 Mon Sep 17 00:00:00 2001 From: jgen Date: Wed, 19 Feb 2014 02:50:10 -0500 Subject: [PATCH] This would be a good idea. --- core/database.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/database.class.php b/core/database.class.php index 08c08a4b..06a31ff3 100644 --- a/core/database.class.php +++ b/core/database.class.php @@ -357,6 +357,7 @@ class Database { public function beginTransaction() { if ($this->transaction === false) { $this->db->beginTransaction(); + $this->transaction = true; } }