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)
Updated by Christian Kuhn over 14 years ago
Updated by Alexander Opitz over 11 years ago
- Status changed from Accepted to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Martin Kutschker) - Is Regression set to No
No feedback for over 90 days.
Actions