[TYPO3-core] Bugfix #2396
Bernhard Kraft
kraftb at kraftb.at
Tue Jan 31 18:31:57 CET 2006
Holzinger Franz wrote:
> Hello Bernhard,
>
>
> what has been the reason for this change:
>
>
>>- $dataAcc[$eKey]=rawurlencode($pvpv[1]).'|'.rawurlencode($pvpv[0]);
>>+ $dataAcc[$eKey]=rawurlencode($pvpv[1]).'|'.rawurlencode($this->sL($pvpv[0]));
>>
>
> Please explain.
There is a local wrapper for $LANG->sL in t3lib_transferdata ... it is used in all other places except
this one ... it seems cleaner to use the wrapper everywhere ... if you ask yourself why there is a local
wrapper for sL in this class i must just say: I don't know. Pherhaps Kasper wanted to make it possible to
let this local sL behave differently than the $LANG one.
greets,
Bernhard
More information about the TYPO3-team-core
mailing list