Actions
Bug #64706
closedPrevent double slash in AbstractHierarchicalFilesystemDriver::canonicalizeAndCheckFolderIdentifier
Start date:
2015-01-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If the value given to AbstractHierarchicalFilesystemDriver::canonicalizeAndCheckFolderIdentifier() is .
the return value is //
but should be /
.
Actions