[TYPO3-core] RFC #14021: Tweak: Simplify the code to get nested GET Parameters with TS

Sebastian Gebhard sebastiangebhard at hoch2.de
Wed Apr 7 12:23:18 CEST 2010


This is an SVN patch request.

Type: Tweak

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

Branches: trunk, 4.3

Problem:
The functionality to retrieve GET Parameters with statements like
tt_news|uid can be simplified.
The code resolves the first level by itself and passes the rest to
tslib_cObj::getGlobal() to retrieve all levels below.
But getGlobal() can do all the work (also the first level).

Solution:
Use only getGlobal() to retrieve the GET Parameter.

Kind regards,
Sebastian Gebhard
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 14021_v1.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100407/8348bd0d/attachment.txt>


More information about the TYPO3-team-core mailing list