Bug #18738 ยป rtehtmlarea_bugfix_8314.patch
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');
|
||
}
|
||
|
||
/**
|