diff options
author | Thomas <thomas@roundcube.net> | 2013-10-18 13:03:16 +0200 |
---|---|---|
committer | Thomas <thomas@roundcube.net> | 2013-10-18 13:03:16 +0200 |
commit | 9f0bbeb7e7e4006ebb8dded601166519b5bc5bfc (patch) | |
tree | 5992393312f6938f3dcb7ae2020288abf0ee1bfc /program | |
parent | 4109bb26ced3d5ebe7ad7afe2402d53eca7afce4 (diff) |
Change default spell-check URI after Google suspended their spell service
Diffstat (limited to 'program')
-rw-r--r-- | program/lib/Roundcube/rcube_spellchecker.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_spellchecker.php b/program/lib/Roundcube/rcube_spellchecker.php index bf29e49c5..672515204 100644 --- a/program/lib/Roundcube/rcube_spellchecker.php +++ b/program/lib/Roundcube/rcube_spellchecker.php @@ -38,7 +38,7 @@ class rcube_spellchecker // default settings - const GOOGLE_HOST = 'ssl://www.google.com'; + const GOOGLE_HOST = 'ssl://spell.roundcube.net'; const GOOGLE_PORT = 443; const MAX_SUGGESTIONS = 10; |