forked from extern/egroupware
always enable spellchecker, ckeditor now uses spell-as-you-type via a public webservice
This commit is contained in:
parent
a4d96bd6fa
commit
9c837c57f9
@ -256,6 +256,9 @@ class setup_process
|
||||
{
|
||||
unset($current_config['aspell_path']);
|
||||
}
|
||||
// always enable spellchecker, ckeditor now uses spell-as-you-type via a public webservice
|
||||
$current_config['enabled_spellcheck'] = 'True';
|
||||
|
||||
// RalfBecker: php.net recommend this for security reasons, it should be our default too
|
||||
$current_config['usecookies'] = 'True';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user