diff --git a/core/database.class.php b/core/database.class.php index 2a728889..08c08a4b 100644 --- a/core/database.class.php +++ b/core/database.class.php @@ -371,6 +371,7 @@ class Database { if(!is_null($this->db) && $this->transaction === true) { $this->transaction = false; return $this->db->rollback(); + } } public function escape($input) {