Project

General

Profile

Actions

Bug #54414

closed

File indexer does not detect missing files if no files in storage

Added by Alexander Stehlik over 10 years ago. Updated over 5 years ago.

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

Also available in: Atom PDF