Bug #23672 ยป 15893.diff
typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (working copy) | ||
---|---|---|
*
|
||
* @return boolean
|
||
*/
|
||
function is_FE() {
|
||
return is_object($GLOBALS['TSFE']) && !$this->isFrontendEditActive();
|
||
return is_object($GLOBALS['TSFE']) && !$this->isFrontendEditActive() && TYPO3_MODE == 'FE';
|
||
}
|
||
/**
|