Actions
Bug #50606
closedgetData hooks do not work any more
Start date:
2013-07-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
I'm not sure if this is a global problem or only in \TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer::getData()
:
To check if any hooks are present the global $TYPO3_CONF_VARS
variable is used, which does not seem to be available.
When you replace it with $GLOBALS['TYPO3_CONF_VARS']
the hooks will work again.
Actions