Actions
Bug #44665
closedConfiguration Utility loses extension key
Status:
Closed
Priority:
Must have
Assignee:
Category:
Extension Manager
Target version:
Start date:
2013-01-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
The EM's ConfigurationUtility::getCurrentConfiguration() method looks for the extension key at the wrong place. Rather than using the key it receives as a parameter, it tries to get it from $GLOBALS['TYPO3_LOADED_EXT'] where it does not exist (indeed it would be redundant information). As a result trying to read the current configuration always returns an empty array.
Notes:
- this is a first, trivial patch. Another one will be coming later, this is not the only error in this method.
- this bug is only visible when you update an extension's configuration, not when you simple display it.
Actions