Actions
Bug #40843
closedFatal error is thrown when more drivers are registered
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-09-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When multiple drivers are loaded due to extension manager processes the ext_localconf.php's are loaded twice. This leads to exception #1314979451. Instead of checking only the short name of a driver the DriveRegistry should check the class name as well.
Actions