Actions
Bug #48963
closedCleanup wizard initializing
Start date:
2013-06-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This patchsets cleans up the initialization of the various
wizards we have in TYPO3 CMS. Things that are improved:
- Add constructor to all controllers
- Move language inclusion to constructor
- Move init(), main() and sometimes printContent()
to the constructor - Make init() and main() protected
- Add controller to $GLOBALS['SOBE']
Actions