Thomas Bruederli
2013-05-03 b15cc7d6f4c77fb941c74670eb58fb07bd9c7d9c
program/steps/utils/spell.inc
@@ -42,6 +42,13 @@
    $result = $spellchecker->get_xml();
}
if ($err = $spellchecker->error()) {
    raise_error(array('code' => 500, 'type' => 'php',
        'file' => __FILE__, 'line' => __LINE__,
        'message' => sprintf("Spell check engine error: " . $err)),
        true, false);
}
// set response length
header("Content-Length: " . strlen($result));