Actions
Bug #54414
closedFile indexer does not detect missing files if no files in storage
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2013-12-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If no files are left in the storage, the detection of missing file will fail.
The reason for this is that Indexer->detectMissingFiles()
checks if the $identifiedFileUids
class variable is not empty. But if no files are left in the storage it will be empty and all remaining files in the storage are missing at this point.
Actions