Project

General

Profile

Bug #24874 ยป 17385.diff

Administrator Admin, 2011-01-29 19:54

View differences:

typo3/sysext/cms/tslib/content/class.tslib_content_loadregister.php (revision )
if(!$isExecuted[$register]) {
$registerProperties = $register . '.';
if(isset($conf[$register]) && isset($conf[$registerProperties])) {
$theValue = $this->cObj->stdWrap($theValue, $conf[$registerProperties]);
$theValue = $this->cObj->stdWrap($conf[$register], $conf[$registerProperties]);
} else if(isset($conf[$registerProperties])) {
$theValue = $this->cObj->stdWrap('', $conf[$registerProperties]);
}
    (1-1/1)