mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fixed: forgot to remove some debug code :(
git-svn-id: file:///svn/phpbb/trunk@6169 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7167adb2cf
commit
5aed89a8a1
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ class fulltext_native extends search_backend
|
||||||
$this->word_length = array('min' => $config['fulltext_native_min_chars'], 'max' => $config['fulltext_native_max_chars']);
|
$this->word_length = array('min' => $config['fulltext_native_min_chars'], 'max' => $config['fulltext_native_max_chars']);
|
||||||
|
|
||||||
$error = false;
|
$error = false;
|
||||||
|
|
||||||
$this->tidy();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue