Jarring was not recursing into sub directories.

This commit is contained in:
Josh Sherman 2011-08-12 22:32:36 -04:00
parent 886026aa4c
commit cc778981f6

View file

@ -63,7 +63,7 @@ function readFileContents($directory)
foreach ($files as $file)
{
if (strpos($file, '.') != 0)
if (strpos($file, '.') !== 0)
{
$file = $directory . '/' . $file;