Actions
Bug #47459
closedGeneralUtility::rmdir does not remove orphanaged links
Start date:
2013-04-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If rmdir gets a link with its target to remove, it will remove the target file and leave the link (without a target) behind.
Additionally, if the target to remove is a directory, the functions calls itself recursively in order to clean up a directory, that is in truth just a link to a directory.
Actions