Actions
Bug #20753
closedReplace t3lib_div::GParrayMerged() with t3lib_div::_GPmerged()
Start date:
2009-07-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
After having t3lib_div::GParrayMerged back from the dead deprecated folks we now have a small inconsistency. To retrieve GET/POST parameters we use methods prefixed with an underscore, GParrayMerged however does not fit in here.
- (re)deprecated GParrayMerged
- move the code to a new method t3lib_div::_GPmerged()
- do a cleanup
- make GParrayMerged a wrapper for _GPmerged
- replace all occurances of GParrayMerged in the core with _GPmerged (only one actually)
(issue imported from #M11530)
Files
Actions