Actions
Task #55565
closedRemove initialization of Module Menu
Start date:
2014-02-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The module menu and its view are instantiated
on every backend call, BE AJAX call etc although
it is only needed in the backend.php file where
it instantiates itself automatically anyways.
The patch removes the call in init.php and
in the TYPO3 Bootstrap as it is not needed
anymore.
Actions