mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 00:18:25 +01:00
More fixes to the spellchecker handling
This commit is contained in:
parent
5cd16d7c88
commit
008be66608
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user