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.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22735
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22735
Updated by Alexander Stehlik over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 19d60541aa5408a2a903ce547ed41192756af0a4.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions