diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-15 22:00:33 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-15 22:00:33 +0000 |
| commit | 3a8dad80eed15ed73a754fe51bbb360efcf0d65b (patch) | |
| tree | 4abc11b28ee7f12f8095b04e366b6ee1527713dc /roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php | |
| parent | 40b059beb5bd73ccfa476409f8bff30975dbc413 (diff) | |
Respect spellcheck_uri in tinyMCE spellchecker (#1484196)
git-svn-id: https://svn.roundcube.net/trunk@1652 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php')
| -rwxr-xr-x | roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php b/roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php index 827749e48..53e6e469f 100755 --- a/roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php +++ b/roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php @@ -7,6 +7,7 @@ $rcmail_config = new rcube_config();
$config['general.engine'] = $rcmail_config->get('spellcheck_engine') == 'pspell' ? 'PSpell' : 'GoogleSpell';
+ $config['GoogleSpell.rpc_uri'] = $rcmail_config->get('spellcheck_uri');
/** end RoundCube specific code */
|
