Actions
Feature #22053
closedAllow t3lib_div::_GETset() to set specified key
Start date:
2010-02-03
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
hey guys,
at the moment t3lib_div::_GETset() is only able to replace hole arrays in $_GET. If you want to set $_GET['foo']['bar'], this is not possible without deleting everything else in $_GET['foo'].
It would be nice to set keys directly like t3lib_div::_GETset($value, 'foo|bar');
(issue imported from #M13418)
Files
Actions