[TYPO3-mvc] RFC #7615: Bug: Tx_Extbase_Utility_Extension::registerModule breaks TYPO3 user settings
Rens Admiraal
renst3 at e-rank.nl
Thu May 20 16:42:06 CEST 2010
This is an SVN patch request.
Type: Bugfix
Bugtracker references:
<http://forge.typo3.org/issues/show/7615>
http://forge.typo3.org/issues/show/7615
Branches:
trunk
Problem:
Tx_Extbase_Utility_Extension::registerModule uses the sub key to register
the module with t3lib_extMgm::addModule instead of the module name
Solution:
Use t3lib_extMgm::addModule($main, $key, $position); instead of
t3lib_extMgm::addModule($main, $sub, $position);
Notes:
Tested it using multiple new, empty extensions, with different extension key
formats (with underscore, without, and so on).
Bug is registered as an extbase_kickstarter bug but turned out to be an
extbase bug.
TYPO3 version used: 4.4.0beta2
Greetz,
Rens
More information about the TYPO3-project-typo3v4mvc
mailing list