Actions
Bug #92498
closedBehavior of LocalDriver->isFolderEmpty() changed unintendedly for invalid paths
Start date:
2020-10-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
With #92264 the Behavior of the public function LocalDriver->isFolderEmpty()
has been changed.
As this was an unintended change in behavior it should be corrected.
- Pass a path to a nonexisting folder to the function
- function returns
false
Before the patch it returned true
Actions