Project

General

Profile

Bug #16722 » rtehtmlarea_bugfix_4525.patch

Administrator Admin, 2007-10-16 22:15

View differences:

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