Actions
Bug #26515
closedTCA definition is not available in upgrade wizards
Start date:
2011-04-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The global TCA definition is empty in some upgrade wizards. This was caused by a general clean-up to remove PHP global statements that did not seem to be required anymore. However, if PHP files get included inside a method or function accessing $TCA did not happen in a global context.
Actions