mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10990] Changes for develop
PHPBB3-10990
This commit is contained in:
@@ -334,7 +334,7 @@ class phpbb_search_fulltext_native extends phpbb_search_base
|
||||
// throw an error if we shall not ignore unexistant words
|
||||
else if (!$ignore_no_id && sizeof($non_common_words))
|
||||
{
|
||||
trigger_error(sprintf($user->lang['WORDS_IN_NO_POST'], implode(', ', $non_common_words)));
|
||||
trigger_error(sprintf($user->lang['WORDS_IN_NO_POST'], implode($user->lang['COMMA_SEPARATOR'], $non_common_words)));
|
||||
}
|
||||
unset($non_common_words);
|
||||
}
|
||||
|
Reference in New Issue
Block a user