From c75a9b772a67d24e65d6ebc68619e5b68e313928 Mon Sep 17 00:00:00 2001 From: rxu Date: Sat, 15 Jan 2022 13:16:57 +0700 Subject: [PATCH] [ticket/16902] Fix PostgreSQL search TypeError PHPBB3-16902 --- phpBB/phpbb/search/backend/fulltext_postgres.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/search/backend/fulltext_postgres.php b/phpBB/phpbb/search/backend/fulltext_postgres.php index 535e298e13..d9a7c366da 100644 --- a/phpBB/phpbb/search/backend/fulltext_postgres.php +++ b/phpBB/phpbb/search/backend/fulltext_postgres.php @@ -65,7 +65,7 @@ class fulltext_postgres extends base implements search_backend_interface * Operators are prefixed in search query and common words excluded * @var string */ - protected $search_query; + protected $search_query = ''; /** * Contains common words.