Bug #19712 ยป rtehtmlarea_bugfix_9969.patch
typo3/sysext/rtehtmlarea/mod4/class.tx_rtehtmlarea_select_image.php (copie de travail) | ||
---|---|---|
if (is_array($this->buttonConfig['options.']) && $this->buttonConfig['options.']['removeItems']) {
|
||
$allowedItems = array_diff($allowedItems, t3lib_div::trimExplode(',', $this->buttonConfig['options.']['removeItems'], 1));
|
||
} else {
|
||
$allowedItems = array_diff($allowedItems, t3lib_div::trimExplode(',', $this->buttonConfig['blindImageOptions'], 1));
|
||
$allowedItems = array_diff($allowedItems, t3lib_div::trimExplode(',', $this->thisConfig['blindImageOptions'], 1));
|
||
}
|
||
return $allowedItems;
|
||
}
|