[TYPO3-core] RFC: Fix "&" problem in DMail jumpURLs

Holzinger Franz franz at fholzinger.com
Mon Feb 6 18:29:57 CET 2006


Hello Ingmar,


>This is a CVS patch request.
>
>Type: Bugfix
>
>Description:
>When a recipient of a newsletter clicks on a jumpURL link that should
>redirect to
>	index.php?id=50&L=1
>he gets redirected to
>	index.php?id=50&L=1.
>
>
>The Solution is simple:
>Just apply t3lib_div::htmlspecialchars_decode() to the URL.
>
>Branch: TYPO3_4-0
>
>  
>

this is fine.

However what about

>$this->jumpurl = t3lib_div::htmlspecialchars_decode($this->jumpurl);
>
at the end of the if? This is because the function is so long and called
on 2 positions now.


Regards,

Franz








More information about the TYPO3-team-core mailing list