aboutsummaryrefslogtreecommitdiffstats
path: root/Db.php
diff options
context:
space:
mode:
Diffstat (limited to 'Db.php')
-rw-r--r--Db.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Db.php b/Db.php
index c98d1cb..e90362f 100644
--- a/Db.php
+++ b/Db.php
@@ -69,7 +69,7 @@ class Db
$stmt = self::getInstance()->prepare($sql);
$result = $stmt->execute($data);
-
+
if (!$result) {
$e = $stmt->errorInfo();
exit(App::error($e[2]));