Browse Source

fix objectstore rename

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v12.0.0beta1
Joas Schilling 7 years ago
parent
commit
5334a3dc33
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      apps/dav/lib/Connector/Sabre/File.php

+ 1
- 0
apps/dav/lib/Connector/Sabre/File.php View File

@@ -512,6 +512,7 @@ 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…
Cancel
Save