diff --git a/program/lib/Roundcube/rcube_spellcheck_googie.php b/program/lib/Roundcube/rcube_spellcheck_googie.php index f9c49243f..2196cc9ad 100644 --- a/program/lib/Roundcube/rcube_spellcheck_googie.php +++ b/program/lib/Roundcube/rcube_spellcheck_googie.php @@ -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; } }