updated core to 8.6.3

This commit is contained in:
2018-11-21 12:49:46 +01:00
parent 8ca34853a3
commit c92c348eee
521 changed files with 12199 additions and 4578 deletions
+1 -1
View File
@@ -510,7 +510,7 @@ function search_index($type, $sid, $langcode, $text) {
foreach ($words as $word) {
// Add word to accumulator
$accum .= $word . ' ';
// Check wordlength
// Check word length.
if (is_numeric($word) || mb_strlen($word) >= $minimum_word_size) {
if (!isset($scored_words[$word])) {
$scored_words[$word] = 0;