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
path: root/apps
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-10-22 21:14:22 +0300
committerGitHub <noreply@github.com>2021-10-22 21:14:22 +0300
commit6b099ecfe59402291b5915c928bfb16f4f9d6675 (patch)
tree43cd067b2be4bc9493ef298301132fc6fc1276f8 /apps
parent3b06b47607e20574838773f549e57c14ae7653ae (diff)
parente673ec0b879e4d32bb468825c549738e342df0f2 (diff)
Merge pull request #25392 from nextcloud/imountpoint-ocp-storage
Diffstat (limited to 'apps')
-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 66f883e106c..3ded20eb495 100644
--- a/apps/files_sharing/lib/SharedStorage.php
+++ b/apps/files_sharing/lib/SharedStorage.php
@@ -371,11 +371,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;