diff options
-rw-r--r-- | program/js/tiny_mce/plugins/spellchecker/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/tiny_mce/plugins/spellchecker/config.php b/program/js/tiny_mce/plugins/spellchecker/config.php index 5b0f3d51e..f008d11ca 100644 --- a/program/js/tiny_mce/plugins/spellchecker/config.php +++ b/program/js/tiny_mce/plugins/spellchecker/config.php @@ -7,7 +7,7 @@ // require_once("classes/TinyPspell.class.php"); // Internal PHP version
// General settings
- $spellCheckerConfig['enabled'] = false;
+ $spellCheckerConfig['enabled'] = true;
// Default settings
$spellCheckerConfig['default.language'] = 'en';
|