Index: typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php =================================================================== --- typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (révision 10001) +++ typo3/sysext/rtehtmlarea/class.tx_rtehtmlarea_base.php (copie de travail) @@ -858,8 +858,10 @@ if (is_array($this->thisConfig['buttons.'])) { foreach ($this->thisConfig['buttons.'] as $buttonIndex => $conf) { $button = substr($buttonIndex, 0, -1); + if (is_array($conf)) { $configureRTEInJavascriptString .= ' RTEarea[editornumber].buttons.'.$button.' = ' . $this->buildNestedJSArray($conf) . ';'; + } } }