mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +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
|
try
|
||||||
{
|
{
|
||||||
$iterator = new \FilesystemIterator($dirname, \FilesystemIterator::CURRENT_AS_PATHNAME);
|
$iterator = new \FilesystemIterator($dirname, \FilesystemIterator::CURRENT_AS_PATHNAME | \FilesystemIterator::SKIP_DOTS);
|
||||||
}
|
}
|
||||||
catch (\UnexpectedValueException $e)
|
catch (\UnexpectedValueException $e)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue