Skip to content

Commit

Permalink
Revert previous commit. Trying to fix jenkins build.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 23, 2011
1 parent 1559683 commit eccc05d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Cake/Utility/Folder.php
Expand Up @@ -413,9 +413,6 @@ public function tree($path = null, $exceptions = true, $type = null) {
if ($skipHidden && $name[0] === '.' || isset($exceptions[$name])) {
continue;
}
if ($name === '.' || $name === '..') {
continue;
}
if ($item->isFile()) {
$files[] = $item->getPathName();
} else if ($item->isDir()) {
Expand Down

0 comments on commit eccc05d

Please sign in to comment.