Project

General

Profile

Actions

Bug #46968

closed

LocalDriver uses helper from non-existent ResourceUtility

Added by Stefan Neufeind over 11 years ago. Updated over 11 years ago.

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

Actions #1

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 #2

Updated by Benni Mack over 11 years ago

  • Status changed from New to Rejected
Actions

Also available in: Atom PDF