Actions
Bug #20784
closedFaulty usage of t3lib_matchCondition in backend template
Start date:
2009-07-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The backend base template (typo3/template.php) creates an instance of t3lib_matchCondition to determine browser information. However, it's not required to load the full t3lib_matchCondition class - besides that it's intended for TypoScript conditions in the frontend.
This is a classical misuse...
(issue imported from #M11585)
Files
Actions