This would be a good idea.
This commit is contained in:
parent
5b9107339a
commit
a90f5bed8e
@ -357,6 +357,7 @@ class Database {
|
||||
public function beginTransaction() {
|
||||
if ($this->transaction === false) {
|
||||
$this->db->beginTransaction();
|
||||
$this->transaction = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user