There was an error while loading. Please reload this page.
2 parents e02f2a7 + 496f318 commit a398872Copy full SHA for a398872
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->getTarget();
+ $cacheKey = $this->user->getUID() . '/' . $share->getId();
108
$cached = $this->cache->get($cacheKey);
109
if ($cached !== null) {
110
return $cached;
0 commit comments