Actions
Bug #46968
closedLocalDriver uses helper from non-existent ResourceUtility
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-04-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php, getDirectoryItemList()
uksort tries to use a non-existant helper. Thus records arent't being sorted.
uksort(
$items,
array('\\TYPO3\\CMS\\Core\\Utility\\ResourceUtility', 'recursiveFileListSortingHelper')
);
added Jan 2013 in d95494ae07a45b796bd7d15cc1e84ba599337902
Updated by Stefan Neufeind over 11 years ago
Ouch, sorry please abandon. That part is still under review in
https://review.typo3.org/17881
Actions