mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
Merge pull request #3010 from Nicofuma/ticket/13120
[ticket/13120] Follows the symlinks in phpbb_load_extensions_autoloaders * Nicofuma/ticket/13120: [ticket/13120] Follows the symlinks in phpbb_load_extensions_autoloaders
This commit is contained in:
commit
a8e74fff9b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ function phpbb_load_extensions_autoloaders($phpbb_root_path)
|
||||||
new \phpbb\recursive_dot_prefix_filter_iterator(
|
new \phpbb\recursive_dot_prefix_filter_iterator(
|
||||||
new \RecursiveDirectoryIterator(
|
new \RecursiveDirectoryIterator(
|
||||||
$phpbb_root_path . 'ext/',
|
$phpbb_root_path . 'ext/',
|
||||||
\FilesystemIterator::SKIP_DOTS
|
\FilesystemIterator::SKIP_DOTS | \FilesystemIterator::FOLLOW_SYMLINKS
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
\RecursiveIteratorIterator::SELF_FIRST
|
\RecursiveIteratorIterator::SELF_FIRST
|
||||||
|
|
Loading…
Add table
Reference in a new issue