Forgot a bracket.
This commit is contained in:
parent
2ca74a3b33
commit
b570ef1573
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user