Project

General

Profile

Actions

Bug #37701

closed

t3lib_div::getAllFilesAndFoldersInPath no md5 for folders

Added by Kay Strobach almost 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
Start date:
2012-06-02
Due date:
% Done:

100%

Estimated time:
0.20 h
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

if ($regDirs) {
    $fileArr[] = $path;
}

should be

if ($regDirs) {
    $fileArr[md5($path)] = $path;
}

analog to t3lib_div::getFilesInDir

related to: 6.0, 4.7, 4.6, 4.5 and earlier

Actions

Also available in: Atom PDF