Bug #24977 ยป 17507.diff
typo3/sysext/cms/tslib/class.tslib_content.php (revision ) | ||
---|---|---|
}
|
||
|
||
// hand over the whole $conf array to the stdWrapHookObjects
|
||
if ($conf[$functionName] == 'stdWrapHookObject') {
|
||
if ($functionType === 'hook') {
|
||
$singleConf = $conf;
|
||
}
|
||
// check if key is still containing something, since it might have been changed by next level stdWrap before
|