mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Improve dotfile handling in Storage::readDirectory() on HHVM
This commit is contained in:
parent
787bcd658b
commit
eb1c6e33e6
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ class Storage
|
|||
|
||||
try
|
||||
{
|
||||
$iterator = new \FilesystemIterator($dirname, \FilesystemIterator::CURRENT_AS_PATHNAME);
|
||||
$iterator = new \FilesystemIterator($dirname, \FilesystemIterator::CURRENT_AS_PATHNAME | \FilesystemIterator::SKIP_DOTS);
|
||||
}
|
||||
catch (\UnexpectedValueException $e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue