Actions
Bug #22392
closedSimplify the code to get nested GET Parameters with TS
Start date:
2010-04-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The functionality to retrieve GET Parameters with statements like tt_news|uid can be simplified
The code resolves the first level itself and passes the rest to tslib_cObj::getGlobal().
But getGlobal() can do all the work (also the first level).
(issue imported from #M14021)
Files
Actions