mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Revert "fix objectstore rename"
This reverts commit 5334a3dc33.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
c56c98183d
commit
cef2110263
1 changed files with 0 additions and 1 deletions
|
|
@ -517,7 +517,6 @@ class File extends Node implements IFile {
|
|||
// TODO: in the future use ChunkHandler provided by storage
|
||||
return !$storage->instanceOfStorage('OCA\Files_Sharing\External\Storage') &&
|
||||
!$storage->instanceOfStorage('OC\Files\Storage\OwnCloud') &&
|
||||
!$storage->instanceOfStorage('OC\Files\ObjectStore\ObjectStoreStorage') &&
|
||||
$storage->needsPartFile();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue