mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 23:21:33 +02: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:
@@ -81,7 +81,7 @@ class fulltext_native extends search_backend
|
|||||||
*/
|
*/
|
||||||
function split_keywords($keywords, $terms)
|
function split_keywords($keywords, $terms)
|
||||||
{
|
{
|
||||||
global $db, $user;
|
global $db, $user, $config;
|
||||||
|
|
||||||
$keywords = trim($this->cleanup($keywords, '+-|()*'));
|
$keywords = trim($this->cleanup($keywords, '+-|()*'));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user