Revert "fix objectstore rename"

This reverts commit 5334a3dc33.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2017-05-15 13:59:18 +02:00
parent c56c98183d
commit cef2110263
No known key found for this signature in database
GPG Key ID: F941078878347C0C
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();
}