From 14722e5060a723c61836411ed8c44feeef3351a2 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Tue, 20 Jul 2010 13:49:11 +0000 Subject: [PATCH] enable SCAYT (switch autostart on), no matter which spellchecker you are using --- phpgwapi/inc/class.egw_ckeditor_config.inc.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/phpgwapi/inc/class.egw_ckeditor_config.inc.php b/phpgwapi/inc/class.egw_ckeditor_config.inc.php index db74364031..811662c02f 100644 --- a/phpgwapi/inc/class.egw_ckeditor_config.inc.php +++ b/phpgwapi/inc/class.egw_ckeditor_config.inc.php @@ -179,13 +179,10 @@ class egw_ckeditor_config { $spellchecker_button = 'SpellCheck'; $config['extraPlugins'] = "aspell"; - $config['scayt_autoStartup'] = false; - } - else - { - $config['scayt_autoStartup'] = true; - $config['scayt_sLang'] = self::get_lang().'_'.self::get_country(); } + $config['scayt_autoStartup'] = true; + $config['scayt_sLang'] = self::get_lang().'_'.self::get_country(); + } else {