@@ -159,7 +159,7 @@ |
||
159 | 159 | && $level < $this->configService->getAppValueInt(ConfigService::FILES_CHUNK_SIZE)) { |
160 | 160 | /** @var $file Folder */ |
161 | 161 | $entries = array_merge($entries, $this->getChunksFromDirectory($userId, $file, $level)); |
162 | - $entries[] = $this->getPathFromRoot($file->getPath(), $userId, true); |
|
162 | + $entries[] = $this->getPathFromRoot($file->getPath(), $userId, true); |
|
163 | 163 | } else { |
164 | 164 | $entries[] = $this->getPathFromRoot($file->getPath(), $userId, true); |
165 | 165 | } |