We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f74ba9c + 953f9ea commit ff90735Copy full SHA for ff90735
1 file changed
apps/files_sharing/lib/SharedMount.php
@@ -104,7 +104,7 @@ private function verifyMountPoint(
104
array $mountpoints,
105
CappedMemoryCache $folderExistCache
106
) {
107
- $cacheKey = $this->user->getUID() . '/' . $share->getId();
+ $cacheKey = $this->user->getUID() . '/' . $share->getId() . '/' . $share->getTarget();
108
$cached = $this->cache->get($cacheKey);
109
if ($cached !== null) {
110
return $cached;
0 commit comments