fix whitespace

remotes/origin/exclude_directories_III
Robin Appelman 10 years ago
parent fc7f7e5c37
commit 0a56313ca4
  1. 4
      lib/private/files/view.php

@ -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) {

Loading…
Cancel
Save