[TYPO3-core] FYI: #10183: [felogin] redirect doesn't work with return_url

Benjamin Mack benni at typo3.org
Mon Jan 19 09:58:01 CET 2009


Hey,

would this suffice?

$this->redirectUrl = (t3lib_div::_GP('return_url') ? 
t3lib_div::_GP('return_url') : t3lib_div::_GP('redirect_url'));

Also, maybe you want to set a small comment on the top of the code, why 
return_url is processed first here. Is that ok?

Apart from that... +1 after reading.

All the best,
benni.


More information about the TYPO3-team-core mailing list