[TYPO3-core] Bugfix #2396

Holzinger Franz franz at fholzinger.com
Tue Jan 31 17:28:22 CET 2006


Hello Bernhard,

>>>-							$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.
>  
>
Maybe it would be helpful to others if you commented this into the
source code.

+1


Franz





More information about the TYPO3-team-core mailing list