Actions
Bug #46074
closedExtensionManagementUtility tries to include non-existing files
Start date:
2013-03-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Method createExtLocalconfCacheEntry()
uses $extensionDetails['ext_localconf.php']
without checking of it is set and calls GeneralUtility::getUrl()
for this file. This produces PHP warnings and takes unnecessary time.
Actions