correct Dropdown directory selection; fixes #1044
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -525,7 +525,7 @@ class FileDir
|
|||||||
new \RecursiveDirectoryIterator($path, \RecursiveDirectoryIterator::SKIP_DOTS),
|
new \RecursiveDirectoryIterator($path, \RecursiveDirectoryIterator::SKIP_DOTS),
|
||||||
$filter
|
$filter
|
||||||
),
|
),
|
||||||
\RecursiveIteratorIterator::LEAVES_ONLY,
|
\RecursiveIteratorIterator::SELF_FIRST,
|
||||||
\RecursiveIteratorIterator::CATCH_GET_CHILD
|
\RecursiveIteratorIterator::CATCH_GET_CHILD
|
||||||
);
|
);
|
||||||
// we can limit the recursion-depth, but will it be helpful or
|
// we can limit the recursion-depth, but will it be helpful or
|
||||||
|
|||||||
Reference in New Issue
Block a user