Bug #23000

typo in t3lib_cache_backend_FileBackend causes php error

Added by Schmidt Timo about 5 years ago. Updated almost 5 years ago.

Status:Closed Start date:2010-06-25
Priority:Should have Due date:
Assigned To:Steffen Kamper % Done:

0%

Category:- Spent time: -
Target version:-
TYPO3 Version:4.4 Is Regression:
PHP Version:4.3 Sprint Focus:
Complexity:

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)

14870.diff Magnifier (589 Bytes) Administrator Admin, 2010-06-25 15:49

History

#1 Updated by Steffen Kamper about 5 years ago

Committed to svn
4_4 rev 8061
trunk rev 8062

Also available in: Atom PDF