From 631cf29424c7ad24c7843bb38028e8ab0f6f0472 Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 26 Oct 2020 17:29:05 +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 cc643c81..f4431aaa 100644 --- a/core/database.php +++ b/core/database.php @@ -356,7 +356,7 @@ class Database return $this->db; } - public function standardise_boolean(string $table, string $column, boolean $include_postgres=false): void + public function standardise_boolean(string $table, string $column, bool $include_postgres=false): void { $d = $this->get_driver_name(); if ($d == DatabaseDriver::MYSQL) {