Actions
Bug #23000
closedtypo in t3lib_cache_backend_FileBackend causes php error
Start date:
2010-06-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
public function setCache(t3lib_cache_frontend_frontend $cache) {
should be
public function setCache(t3lib_cache_frontend_Frontend $cache) {
This causes an php error because the interface is not implemented correctly
(issue imported from #M14870)
Files
Updated by Steffen Kamper over 14 years ago
Committed to svn
4_4 rev 8061
trunk rev 8062
Actions