mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
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:
parent
e3bdaea265
commit
7b07476207
1 changed files with 1 additions and 1 deletions
|
@ -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, '+-|()*'));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue