Thomas Bruederli
2013-08-25 c58cb8aa951e38357f56899a682022f93f47d71f
Strip spell checker error message for logging; remove unused sprintf()
1 files modified
2 ■■■ changed files
program/steps/utils/spell.inc 2 ●●● patch | view | raw | blame | history
program/steps/utils/spell.inc
@@ -45,7 +45,7 @@
if ($err = $spellchecker->error()) {
    rcube::raise_error(array('code' => 500, 'type' => 'php',
        'file' => __FILE__, 'line' => __LINE__,
        'message' => sprintf("Spell check engine error: " . $err)),
        'message' => "Spell check engine error: " . trim($err)),
        true, false);
}