Jarring was not recursing into sub directories.
This commit is contained in:
parent
886026aa4c
commit
cc778981f6
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ function readFileContents($directory)
|
|||
|
||||
foreach ($files as $file)
|
||||
{
|
||||
if (strpos($file, '.') != 0)
|
||||
if (strpos($file, '.') !== 0)
|
||||
{
|
||||
$file = $directory . '/' . $file;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue