diff options
author | Robin Appelman <robin@icewind.nl> | 2025-05-12 18:33:26 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2025-05-13 18:29:00 +0200 |
commit | 1e72620169ca689d6aa3a7b1d47524bfd7bbe1b4 (patch) | |
tree | f0a8a53dc5232e7f92000c5538d2164ae22bb3c2 /apps/files_sharing/lib/Cache.php | |
parent | 0001c22668f3901dc4ca0dee5709401fb52eaa25 (diff) | |
download | nextcloud-server-nested-jail-root.tar.gz nextcloud-server-nested-jail-root.zip |
fix: fix unjailedroot of nested jails if there are other wrappers in betweennested-jail-root
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_sharing/lib/Cache.php')
-rw-r--r-- | apps/files_sharing/lib/Cache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/lib/Cache.php b/apps/files_sharing/lib/Cache.php index ccc93eb0952..024df5d3f43 100644 --- a/apps/files_sharing/lib/Cache.php +++ b/apps/files_sharing/lib/Cache.php @@ -68,7 +68,7 @@ class Cache extends CacheJail { return $this->root; } - protected function getGetUnjailedRoot(): string { + public function getGetUnjailedRoot(): string { return $this->sourceRootInfo->getPath(); } |