fix whitespace
This commit is contained in:
parent
fc7f7e5c37
commit
0a56313ca4
|
@ -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…
Reference in New Issue