1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12273] Add root path to recursive_event_filter_iterator

PHPBB3-12273
This commit is contained in:
Joas Schilling
2014-04-27 23:51:06 +02:00
parent e934cefe80
commit dbac4bb5c0
2 changed files with 35 additions and 11 deletions

View File

@@ -112,7 +112,8 @@ class php_exporter
new \RecursiveDirectoryIterator(
$dir,
\FilesystemIterator::SKIP_DOTS
)
),
$dir
),
\RecursiveIteratorIterator::LEAVES_ONLY
);