Bug #24126 ยป ttcontent.patch
typo3/sysext/cms/tslib/class.tslib_content.php (working copy) | ||
---|---|---|
;
|
||
}
|
||
}
|
||
if (count($conf)) {
|
||
if (is_array($conf) && count($conf)) {
|
||
// check, which of the available stdWrap functions is needed for the current conf Array
|
||
// and keep only those but still in the same order
|
||
$sortedConf = array_intersect_key($this->stdWrapOrder, $conf);
|