mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
Properly get the internal path for a cachejail move
This commit is contained in:
parent
27c9d8a690
commit
00122c166a
1 changed files with 1 additions and 1 deletions
|
|
@ -303,6 +303,6 @@ class CacheJail extends CacheWrapper {
|
|||
if ($sourceCache === $this) {
|
||||
return $this->move($sourcePath, $targetPath);
|
||||
}
|
||||
return $this->cache->moveFromCache($sourceCache, $sourcePath, $targetPath);
|
||||
return $this->cache->moveFromCache($sourceCache, $sourcePath, $this->getSourcePath($targetPath));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue