Project

General

Profile

Bug #61441 ยป fix.patch

Simon Schick, 2014-09-08 14:01

View differences:

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;
    (1-1/1)