[TYPO3-core] RFC #17385 Bug: LOAD_REGISTER different behaviour since 4.5.0 (depending on ordering)

François Suter fsu-lists at cobweb.ch
Wed Feb 16 09:43:29 CET 2011


Hi,

> Problem:
> The following TypoScript code returns an "array" string since TYPO3 4.5.
>
> Solution:
> Changing
> $theValue = $this->cObj->stdWrap($theValue, $conf[$registerProperties]);
> to
> $theValue = $this->cObj->stdWrap($conf[$register],
> $conf[$registerProperties]);

+1 after reading and testing.

Cheers

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch


More information about the TYPO3-team-core mailing list