Bug #16722 » rtehtmlarea_bugfix_4525.patch
sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (working copy) | ||
---|---|---|
}
|
||
|
||
// Set the use of personal dictionary
|
||
$this->spellCheckerPersonalDicts = $this->thisConfig['enablePersonalDicts'] ? (isset($BE_USER->userTS['options.']['enablePersonalDicts']) ? true : false) : false;
|
||
$this->spellCheckerPersonalDicts = $this->thisConfig['enablePersonalDicts'] ? ((isset($BE_USER->userTS['options.']['enablePersonalDicts']) && $BE_USER->userTS['options.']['enablePersonalDicts']) ? true : false) : false;
|
||
if (ini_get('safe_mode')) {
|
||
$this->spellCheckerPersonalDicts = false;
|
||
}
|
- « Previous
- 1
- 2
- Next »