Bug #37388
RequestHandler uses uninitialized variable "$settings"
Status:
Resolved
Priority:
Must have
Assignee:
-
Category:
ExtDirect
Target version:
-
Start date:
2012-05-22
Due date:
% Done:
100%
Estimated time:
Description
With 7dcc31680e450aa0df47a2f81a65158c223c41ce the lines
$configurationManager = $this->objectManager->get('TYPO3\FLOW3\Configuration\ConfigurationManager'); $settings = $configurationManager->getConfiguration(\TYPO3\FLOW3\Configuration\ConfigurationManager::CONFIGURATION_TYPE_SETTINGS, 'TYPO3.ExtJS');
have been removed, but not the next line (now 106) referring to the - now uninitialized - variable $settings.
A unit test would be nice ;)