Skip to content

Commit 5334a3d

Browse files
committed
fix objectstore rename
Signed-off-by: Joas Schilling <[email protected]>
1 parent 8ef25a7 commit 5334a3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/dav/lib/Connector/Sabre/File.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -512,6 +512,7 @@ private function needsPartFile($storage) {
512512
// TODO: in the future use ChunkHandler provided by storage
513513
return !$storage->instanceOfStorage('OCA\Files_Sharing\External\Storage') &&
514514
!$storage->instanceOfStorage('OC\Files\Storage\OwnCloud') &&
515+
!$storage->instanceOfStorage('OC\Files\ObjectStore\ObjectStoreStorage') &&
515516
$storage->needsPartFile();
516517
}
517518

0 commit comments

Comments
 (0)