From 008be666084d9e3a72064930af1f1bf6e329f74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20St=C3=B6ckel?= Date: Fri, 25 Jun 2010 10:38:44 +0000 Subject: [PATCH] More fixes to the spellchecker handling --- phpgwapi/inc/class.egw_ckeditor_config.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.egw_ckeditor_config.inc.php b/phpgwapi/inc/class.egw_ckeditor_config.inc.php index cef94bf271..cc86e9fd19 100644 --- a/phpgwapi/inc/class.egw_ckeditor_config.inc.php +++ b/phpgwapi/inc/class.egw_ckeditor_config.inc.php @@ -183,8 +183,8 @@ class egw_ckeditor_config } else { - $config['scaty_autoStartup'] = true; - $config['scaty_sLang'] = self::get_lang().'_'.self::get_country(); + $config['scayt_autoStartup'] = true; + $config['scayt_sLang'] = self::get_lang().'_'.self::get_country(); } } }