Actions
Bug #41941
closedFolder: getSubfolders() does not return correct array keys
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-10-12
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently, the getSubfolders() method of the folder object returns an array with numerical keys. This is quite unhandy when we want to quickly sort the list by filename, or get one special element. Therefore, the list should have the filename as keys, as it is done for the file list already.
Actions