Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-01-29 18:16:03 +0300
committerRobin Appelman <robin@icewind.nl>2021-03-23 14:25:37 +0300
commit7995c6e1dce83becf1e948de960894d481775a6f (patch)
treef36b77877bbc3c0c2e81d840e0eff20613e280a1 /apps/files_sharing/lib
parenta219fa587af77bcb5f9d0a9a9cd3b0e0134153ff (diff)
dont return private storage interface from public mount interface
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_sharing/lib')
-rw-r--r--apps/files_sharing/lib/SharedStorage.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/files_sharing/lib/SharedStorage.php b/apps/files_sharing/lib/SharedStorage.php
index eb0af419983..bfd3f3da482 100644
--- a/apps/files_sharing/lib/SharedStorage.php
+++ b/apps/files_sharing/lib/SharedStorage.php
@@ -369,11 +369,6 @@ class SharedStorage extends \OC\Files\Storage\Wrapper\Jail implements ISharedSto
return $this->superShare->getNodeType();
}
- /**
- * @param string $path
- * @param null $storage
- * @return Cache
- */
public function getCache($path = '', $storage = null) {
if ($this->cache) {
return $this->cache;