Merge pull request #4872 from nextcloud/os-rename
Revert "fix objectstore rename"
This commit is contained in:
commit
3bd51321de
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