Actions
Bug #70234
closedTrailing slash in classmap files
Start date:
2015-09-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If an extension defines a classmap in ext_emconf.php or composer.json which points
to a file instead of a directory. The relative path calculation adds a trailing slash to the file name, which breaks the class loading.
This trailing slash needs to be removed.
Actions