Actions
Bug #61927
closedWrong UID in FolderBasedFileCollection properties
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-09-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
A File with the ID 95 is saved in the table "sys_file" with the UID 95
Get the Files from this directory with:
TYPO3\CMS\Core\Resource\Collection\FolderBasedFileCollection::create()
In the debug output the ID of that file is yet 96.
Actions