Actions
Bug #18777
closedModified tslib_cObj::substituteMarkerArray() misses call parameter
Start date:
2008-05-13
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In TYPO3 4.2 tslib_cObj::substituteMarkerArray() has become a simple wrapper for the newly introduced method t3lib_parsehtml::substituteMarkerArray(). This new method can be called with 5 parameters, the last one of which makes it possible to remove unreplaced markers.
The wrapper tslib_cObj::substituteMarkerArray() has only 4 parameters and thus cannot activate the replacement of unused markers, because the default in t3lib_parsehtml::substituteMarkerArray() is 0.
We should add the 5th parameter to tslib_cObj::substituteMarkerArray() and I propose to set its value to 1, because it makes sense to want to remove unused markers.
(issue imported from #M8385)
Files
Actions