Merge pull request #4872 from nextcloud/os-rename

Revert "fix objectstore rename"
This commit is contained in:
Morris Jobke 2017-05-15 09:12:55 -05:00 committed by GitHub
commit 3bd51321de
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}