Don't add HTTP response body/headers to the spellchecker error message (it is displayed to the user)

pull/5754/head
Aleksander Machniak 8 years ago
parent b1217807f3
commit 4dc138b8c1

@ -104,7 +104,6 @@ class rcube_spellcheck_googie extends rcube_spellcheck_engine
$http_status = $m[1];
if ($http_status != '200') {
$this->error = 'HTTP ' . $m[1] . $m[2];
$this->error .= "\n" . $store;
}
}

Loading…
Cancel
Save