Skip to content

Commit

Permalink
Don't add HTTP response body/headers to the spellchecker error messag…
Browse files Browse the repository at this point in the history
…e (it is displayed to the user)
  • Loading branch information
alecpl committed Jun 12, 2016
1 parent b121780 commit 4dc138b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion program/lib/Roundcube/rcube_spellcheck_googie.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ function check($text)
$http_status = $m[1];
if ($http_status != '200') {
$this->error = 'HTTP ' . $m[1] . $m[2];
$this->error .= "\n" . $store;
}
}

Expand Down

0 comments on commit 4dc138b

Please sign in to comment.