fix whitespace

This commit is contained in:
Robin Appelman 2015-11-04 14:41:03 +01:00
parent fc7f7e5c37
commit 0a56313ca4
1 changed files with 2 additions and 2 deletions

View File

@ -1296,8 +1296,8 @@ class View {
$this->unlockFile($directory, ILockingProvider::LOCK_SHARED);
}
$folderId = $data['fileid'];
$contents = $cache->getFolderContentsById($folderId); //TODO: mimetype_filter
$folderId = $data['fileid'];
$contents = $cache->getFolderContentsById($folderId); //TODO: mimetype_filter
foreach ($contents as $content) {
if ($content['permissions'] === 0) {