From 3a8dad80eed15ed73a754fe51bbb360efcf0d65b Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 15 Aug 2008 22:00:33 +0000 Subject: Respect spellcheck_uri in tinyMCE spellchecker (#1484196) git-svn-id: https://svn.roundcube.net/trunk@1652 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'roundcubemail/program/js/tiny_mce/plugins/spellchecker/config.php') 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 */ -- cgit v1.2.3