Actions
Bug #19555
closedmake t3lib_cache_Manager a true singleton
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-11-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The class already implements the t3lib_Singleton interface, but it is used in the Core via a global variable. Drop the global and use t3lib_div::makeInterface() to get the reference.
Wait for the autoloader to be integrated into the SVN so that we do not need to add require statements.
(issue imported from #M9718)
Actions