summaryrefslogtreecommitdiff
path: root/core/classes
diff options
context:
space:
mode:
Diffstat (limited to 'core/classes')
-rw-r--r--core/classes/Database.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/classes/Database.php b/core/classes/Database.php
index 0a8a10a..9de9872 100644
--- a/core/classes/Database.php
+++ b/core/classes/Database.php
@@ -125,7 +125,7 @@ class Database {
}
// keep rowCount (valid for INSERT, UPDATE, DELETE)
- $this->rowCount = $stmt->rowCount();
+ $this->rowCount = $stmt->rowCount();
$result = $stmt->fetchAll(PDO::FETCH_ASSOC);