[TYPO3-core] RFC #12201: Replace header(Location:) with t3lib_div::redirect()

Susanne Moog typo3 at susannemoog.de
Sun Feb 21 12:04:03 CET 2010


Am 21.02.2010 10:11, schrieb Steffen Gebert:
> Am 19.02.2010, 18:41 Uhr, schrieb Benjamin Mack <benni at typo3.org>:
> 
>> three things:
> 
> 
> Hi Benni,
> 
> sorry - patch was updated in a hurry.. wasn't a good idea ;-)
> 
> See attached v4

+1 by reading and testing for v4 if you change in tslib_fe:

t3lib_utility_Http($this->jumpurl, $statusCode);

to

t3lib_utility_Http::redirect($this->jumpurl, $statusCode);

:)

Best regards,

Susanne


More information about the TYPO3-team-core mailing list