mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/11174] Started on search tests - keyword splitting.
PHPBB3-11174
This commit is contained in:
@@ -59,6 +59,10 @@ class phpbb_search_fulltext_native extends phpbb_search_base
|
||||
{
|
||||
include($this->phpbb_root_path . 'includes/utf/utf_normalizer.' . $this->php_ext);
|
||||
}
|
||||
if (!function_exists('utf8_decode_ncr'))
|
||||
{
|
||||
include($this->phpbb_root_path . 'includes/utf/utf_tools.' . $this->php_ext);
|
||||
}
|
||||
|
||||
$error = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user