Bug #61441 ยป fix.patch
typo3_src/typo3/sysext/frontend/Classes/ContentObject/UserContentObject.php (revision ) | ||
---|---|---|
if ($this->cObj->doConvertToUserIntObject) {
|
||
$this->cObj->doConvertToUserIntObject = FALSE;
|
||
$content = $this->cObj->USER($conf, 'INT');
|
||
} else {
|
||
$content .= $tempContent;
|
||
}
|
||
if (isset($conf['stdWrap.'])) {
|
||
$content = $this->cObj->stdWrap($content, $conf['stdWrap.']);
|
||
if (isset($conf['stdWrap.'])) {
|
||
$content = $this->cObj->stdWrap($content, $conf['stdWrap.']);
|
||
}
|
||
} else {
|
||
$content .= $tempContent;
|
||
}
|
||
$this->cObj->setUserObjectType(FALSE);
|
||
return $content;
|