From 9587bedae0ecfe8fc5e713637e26a48939f8d995 Mon Sep 17 00:00:00 2001 From: Shish Date: Wed, 11 Jan 2023 11:18:16 +0000 Subject: [PATCH] argh --- core/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/database.php b/core/database.php index eb4a060c..7d7cbb25 100644 --- a/core/database.php +++ b/core/database.php @@ -156,7 +156,7 @@ class Database $query, $args ); - if($ret === false) { + if ($ret === false) { throw new SCoreException("Query failed", $query); } /** @noinspection PhpIncompatibleReturnTypeInspection */