[TYPO3-core] RFC #17385 Bug: LOAD_REGISTER different behaviour since 4.5.0 (depending on ordering)
Michael Birchler
mbirchler at snowflake.ch
Wed Feb 16 10:18:40 CET 2011
Hi,
On 2011-02-10 13:25:38 +0100, JoH asenau said:
> 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.
--
Michael
More information about the TYPO3-team-core
mailing list