Project

General

Profile

Bug #24075 » FormEngine.php.patch

Witali Rott, 2014-06-02 09:34

View differences:

FormEngine.php (Arbeitskopie)
$RTEsetup = $GLOBALS['BE_USER']->getTSConfig('RTE', \TYPO3\CMS\Backend\Utility\BackendUtility::getPagesTSconfig($tscPID));
$RTEtypeVal = \TYPO3\CMS\Backend\Utility\BackendUtility::getTCAtypeValue($table, $row);
$thisConfig = \TYPO3\CMS\Backend\Utility\BackendUtility::RTEsetup($RTEsetup['properties'], $table, $field, $RTEtypeVal);
if($specConf['richtext']['parameters']) {
$thisConfig['showButtons'] = array();
}
if (!$thisConfig['disabled']) {
if (!$this->disableRTE) {
$this->RTEcounter++;
(3-3/3)