From 59cd40235bf4746a119421609b25d7e9b7f65f83 Mon Sep 17 00:00:00 2001 From: Geo Halkiadakis Date: Mon, 15 May 2023 18:15:37 +0300 Subject: refactoring framework defaults --- core/classes/Database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/classes/Database.php') 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); -- cgit v1.2.3