program/include/rcube_spellchecker.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_spellchecker.php
@@ -235,8 +235,9 @@ else if (!pspell_check($this->plink, $word)) { $suggestions = pspell_suggest($this->plink, $word); if (sizeof($suggestions) > self::MAX_SUGGESTIONS) $suggestions = array_slice($suggestions, 0, self::MAX_SUGGESTIONS); if (sizeof($suggestions) > self::MAX_SUGGESTIONS) { $suggestions = array_slice($suggestions, 0, self::MAX_SUGGESTIONS); } $matches[] = array($word, $pos, $len, null, $suggestions); }