Forgot a bracket.

This commit is contained in:
jgen 2014-02-19 02:17:23 -05:00
parent 2ca74a3b33
commit b570ef1573

View File

@ -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) {