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; } }