Actions
Bug #39649
closedt3lib_autoloader should ignore non existing extensions
Start date:
2012-08-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When building the core registry a call to t3lib_extMgm::extPath() is done for every extension of the LocalConfiguration/localconf.php
Sometimes the extension is not installed anymore which was never a problem in earlier versions.
The change catches the exception and ignores this extension when building the registry
Actions