diff options
author | rxu <rxu@mail.ru> | 2014-08-16 02:07:12 +0800 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2014-08-17 00:35:12 +0800 |
commit | 354d08dfff7a8b18cb4a0a1d59e4c74f527c1971 (patch) | |
tree | c939ad9a90896e7bf40396452f2ff58821152697 /phpBB/includes/diff/diff.php | |
parent | 1dc2d0e759a622b04c94b089ec980857595fa7bf (diff) | |
download | forums-354d08dfff7a8b18cb4a0a1d59e4c74f527c1971.tar forums-354d08dfff7a8b18cb4a0a1d59e4c74f527c1971.tar.gz forums-354d08dfff7a8b18cb4a0a1d59e4c74f527c1971.tar.bz2 forums-354d08dfff7a8b18cb4a0a1d59e4c74f527c1971.tar.xz forums-354d08dfff7a8b18cb4a0a1d59e4c74f527c1971.zip |
[ticket/12986] Fix detection of common words in search
$search->get_common_words() call goes before the split_keywords() call,
but $search->common_words array is being generated
within the function $search->split_keywords(). Thus, get_common_words()
returned an empty array instead of common words array.
PHPBB3-12986
Diffstat (limited to 'phpBB/includes/diff/diff.php')
0 files changed, 0 insertions, 0 deletions