erm, forgot to globalize $config. :/

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9471 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2009-04-18 17:30:58 +00:00
parent e3bdaea265
commit 7b07476207

View file

@ -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, '+-|()*'));