Actions
Bug #52954
closedFAL indexes the same files endless again
Start date:
2013-10-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If you have a "wrecked" sys_file table - meaning you have several entries for storage and identifier the file will be indexed over and over again, since there is a check for ===1 instead of >= 1 in hasIndexRecord.
Actions