From b570ef157371af069b80c9ac40d6582855cccad8 Mon Sep 17 00:00:00 2001 From: jgen Date: Wed, 19 Feb 2014 02:17:23 -0500 Subject: [PATCH] Forgot a bracket. --- core/database.class.php | 1 + 1 file changed, 1 insertion(+) 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) {