diff --git a/filefield.module b/filefield.module index 9ea8376..f41a753 100644 --- a/filefield.module +++ b/filefield.module @@ -201,12 +201,10 @@ function filefield_file_download($filepath) { // skip other revision checks. if ($denied || $revision_access) { $nodes[$content['nid']] = $node; - break 2; } } } } - // If they don't have access to the node or file, or if the file is only // attached to revisions that they don't have access to, deny access. if ($denied || !$revision_access) {