diff options
| -rw-r--r-- | phpBB/includes/functions.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index fe03efddf2..22c1a092b5 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -31,7 +31,7 @@ function phpbb_load_extensions_autoloaders($phpbb_root_path)  		new \phpbb\recursive_dot_prefix_filter_iterator(  			new \RecursiveDirectoryIterator(  				$phpbb_root_path . 'ext/', -				\FilesystemIterator::SKIP_DOTS +				\FilesystemIterator::SKIP_DOTS | \FilesystemIterator::FOLLOW_SYMLINKS  			)  		),  		\RecursiveIteratorIterator::SELF_FIRST | 
