Actions
Bug #20057
closedMark t3lib_div::makeInstanceClassName() as deprecated
Start date:
2009-02-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
t3lib_div::makeInstanceClassName() allows to circumvent the check for t3lib_Singleton in t3lib_div::makeInstance(). t3lib_div::makeInstance() is now capable of passing arguments to constructors (see #20029).
Thus t3lib_div::makeInstanceClassName() is not needed anymore and should be avoided due to the missing check for t3lib_Singleton.
with the patch everything should work as before.
(issue imported from #M10497)
Files
Actions