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