aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/SharedStorage.php
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-01-29 16:16:03 +0100
committerRobin Appelman <robin@icewind.nl>2021-03-23 12:25:37 +0100
commit7995c6e1dce83becf1e948de960894d481775a6f (patch)
treef36b77877bbc3c0c2e81d840e0eff20613e280a1 /apps/files_sharing/lib/SharedStorage.php
parenta219fa587af77bcb5f9d0a9a9cd3b0e0134153ff (diff)
downloadnextcloud-server-7995c6e1dce83becf1e948de960894d481775a6f.tar.gz
nextcloud-server-7995c6e1dce83becf1e948de960894d481775a6f.zip
dont return private storage interface from public mount interface
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_sharing/lib/SharedStorage.php')
-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;