From 8963940c20bb5d05a16b85ff579e8f19d287120f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 28 Apr 2024 17:38:39 +0200 Subject: [PATCH] Fix phan --- htdocs/core/db/sqlite3.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/db/sqlite3.class.php b/htdocs/core/db/sqlite3.class.php index ddea58d7023..e7b422abc0e 100644 --- a/htdocs/core/db/sqlite3.class.php +++ b/htdocs/core/db/sqlite3.class.php @@ -407,7 +407,7 @@ class DoliDBSqlite3 extends DoliDB { global $conf, $dolibarr_main_db_readonly; - $ret = null; + $ret = false; $query = trim($query);