From 7995c6e1dce83becf1e948de960894d481775a6f Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 29 Jan 2021 16:16:03 +0100 Subject: dont return private storage interface from public mount interface Signed-off-by: Robin Appelman --- apps/files_sharing/lib/SharedStorage.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/files_sharing/lib') 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; -- cgit v1.2.3