From 388de0eb96b779fabc8677a05d97bf2515411d83 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 16 Apr 2012 11:59:08 +0000 Subject: - Replace some references to rcmail with rcube git-svn-id: https://svn.roundcube.net/trunk@6092 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_spellchecker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/rcube_spellchecker.php') 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'; -- cgit v1.2.3