Actions
Bug #44718
closedOld classes still instantiated by the Core
Status:
Closed
Priority:
Must have
Assignee:
Category:
Backend User Interface
Target version:
Start date:
2013-01-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
Several files in typo3/*.php require the new Controller classes, but still instantiate the old classes. This works thanks to the legacy classes mapping file, but breaks the new XCLASSing mechanism.
I propose to change all these leftover instantiations, unless there were good reasons to do this (but it seems hard to believe).
Actions