More fixes to the spellchecker handling

This commit is contained in:
Andreas Stöckel 2010-06-25 10:38:44 +00:00
parent 5cd16d7c88
commit 008be66608

View File

@ -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();
}
}
}