From 7b07476207a7bf5d7fa29909309898dbeb6340f5 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 18 Apr 2009 17:30:58 +0000 Subject: [PATCH] erm, forgot to globalize $config. :/ git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9471 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/search/fulltext_native.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/search/fulltext_native.php b/phpBB/includes/search/fulltext_native.php index 5a9f34a261..9cd54cb27c 100644 --- a/phpBB/includes/search/fulltext_native.php +++ b/phpBB/includes/search/fulltext_native.php @@ -81,7 +81,7 @@ class fulltext_native extends search_backend */ function split_keywords($keywords, $terms) { - global $db, $user; + global $db, $user, $config; $keywords = trim($this->cleanup($keywords, '+-|()*'));