summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_spellchecker.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-04-16 11:59:08 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-04-16 11:59:08 +0000
commit388de0eb96b779fabc8677a05d97bf2515411d83 (patch)
tree271cad39cd8bcef9f334eda01acdb027063f2fb7 /roundcubemail/program/include/rcube_spellchecker.php
parentfcd056183c14afad005a26157b76ad4a6dc31ab4 (diff)
- Replace some references to rcmail with rcube
git-svn-id: https://svn.roundcube.net/trunk@6092 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_spellchecker.php')
-rw-r--r--roundcubemail/program/include/rcube_spellchecker.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_spellchecker.php b/roundcubemail/program/include/rcube_spellchecker.php
index 8dfc3ead1..fc8a7d5ca 100644
--- a/roundcubemail/program/include/rcube_spellchecker.php
+++ b/roundcubemail/program/include/rcube_spellchecker.php
@@ -56,7 +56,7 @@ class rcube_spellchecker
*/
function __construct($lang = 'en')
{
- $this->rc = rcmail::get_instance();
+ $this->rc = rcube::get_instance();
$this->engine = $this->rc->config->get('spellcheck_engine', 'googie');
$this->lang = $lang ? $lang : 'en';