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

Steffen Gebert steffen at steffen-gebert.de
Mon Oct 12 10:04:20 CEST 2009


Hi,

this is a SVN patch request.

Type: Bugfix/no-brainer

Bugtracker references:
http://bugs.typo3.org/view.php?id=12201

Branches: Trunk

Problem:
class.em_index.php uses
   header('Location: '.t3lib_div::linkThisScript($vA));
   exit;
instead of
   t3lib_div::redirect(t3lib_div::linkThisScript($vA));

Solution:
replace it

Note:
This is a reaction to Georg's post-(-1) for #12186.
There are no other Location-headers in this file.

Steffen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 12201.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20091012/52584523/attachment.txt 


More information about the TYPO3-team-core mailing list