Project

General

Profile

Bug #18738 ยป rtehtmlarea_bugfix_8314.patch

Administrator Admin, 2008-06-26 00:20

View differences:

typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (working copy)
function is_FE() {
global $TSFE;
return is_object($TSFE) && !strstr($this->elementId,'TSFE_EDIT');
return is_object($TSFE) && is_array($this->LOCAL_LANG) && !strstr($this->elementId,'TSFE_EDIT');
}
/**
    (1-1/1)