aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-04-18 17:30:58 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-04-18 17:30:58 +0000
commit7b07476207a7bf5d7fa29909309898dbeb6340f5 (patch)
treebbda3282d5a2530711cd9175c7bc5970e7f7d043 /phpBB/includes/search
parente3bdaea2656f788dd58e04d62896435246b6f23b (diff)
downloadforums-7b07476207a7bf5d7fa29909309898dbeb6340f5.tar
forums-7b07476207a7bf5d7fa29909309898dbeb6340f5.tar.gz
forums-7b07476207a7bf5d7fa29909309898dbeb6340f5.tar.bz2
forums-7b07476207a7bf5d7fa29909309898dbeb6340f5.tar.xz
forums-7b07476207a7bf5d7fa29909309898dbeb6340f5.zip
erm, forgot to globalize $config. :/
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9471 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/search')
-rw-r--r--phpBB/includes/search/fulltext_native.php2
1 files changed, 1 insertions, 1 deletions
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, '+-|()*'));