Thomas Bruederli
2013-10-18 c344b64f13e7aa3c87c423cc14e57536d28c40b6
program/steps/utils/spell.inc
@@ -43,10 +43,13 @@
}
if ($err = $spellchecker->error()) {
    raise_error(array('code' => 500, 'type' => 'php',
    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);
    header("HTTP/1.0 500 Internal Server Error");
    exit;
}
// set response length