Skip to content

Commit 17c28ca

Browse files
author
Cari Spruiell
committed
Merge remote-tracking branch 'remotes/api/MAGETWO-43571-i18n-Collect-Phrases-Does-Not-Follow-Symlinks' into API-Bug-Fixes
2 parents f8a4c72 + 513922c commit 17c28ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Module/I18n/FilesCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected function _getIterator($path, $fileMask = false)
4242
try {
4343
$directoryIterator = new \RecursiveDirectoryIterator(
4444
$path,
45-
\FilesystemIterator::SKIP_DOTS | \FilesystemIterator::UNIX_PATHS
45+
\FilesystemIterator::SKIP_DOTS | \FilesystemIterator::UNIX_PATHS | \FilesystemIterator::FOLLOW_SYMLINKS
4646
);
4747
$iterator = new \RecursiveIteratorIterator($directoryIterator);
4848
} catch (\UnexpectedValueException $valueException) {

0 commit comments

Comments
 (0)