Skip to content
Snippets Groups Projects
Commit d252d790 authored by Thomas Müller's avatar Thomas Müller Committed by Robin Appelman
Browse files

getJailedPath expects $path to have a trailing / - fixes #25464

parent 84e6b8d9
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment