mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
getJailedPath expects $path to have a trailing / - fixes #25464
This commit is contained in:
parent
84e6b8d9d0
commit
d252d79059
1 changed files with 1 additions and 0 deletions
|
|
@ -290,6 +290,7 @@ class CacheJail extends CacheWrapper {
|
|||
*/
|
||||
public function getPathById($id) {
|
||||
$path = $this->cache->getPathById($id);
|
||||
$path = $this->getSourcePath($path);
|
||||
return $this->getJailedPath($path);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue