forked from Cavemanon/cavepaintings
Forgot a bracket.
This commit is contained in:
@@ -371,6 +371,7 @@ class Database {
|
|||||||
if(!is_null($this->db) && $this->transaction === true) {
|
if(!is_null($this->db) && $this->transaction === true) {
|
||||||
$this->transaction = false;
|
$this->transaction = false;
|
||||||
return $this->db->rollback();
|
return $this->db->rollback();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function escape($input) {
|
public function escape($input) {
|
||||||
|
Reference in New Issue
Block a user