Skip to content

Commit

Permalink
fixup! Normalize getUnjailedPath
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <[email protected]>
  • Loading branch information
rullzer committed Oct 11, 2018
1 parent e9c6da1 commit 8077a27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/private/Files/Storage/Wrapper/Jail.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function getUnjailedPath($path) {
return $this->rootPath;
} else {
return Filesystem::normalizePath($this->rootPath . '/' . $path);
//return $this->rootPath . '/' . $path;
}
}

Expand Down

0 comments on commit 8077a27

Please sign in to comment.