normalize path in getInternalPath

This commit is contained in:
Georg Ehrke 2016-06-01 13:06:59 +02:00
parent 9070fd2c03
commit a08c9b3526
No known key found for this signature in database
GPG Key ID: 9D98FD9380A1CB43
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ class MountPoint implements IMountPoint {
* @return string
*/
public function getInternalPath($path) {
$path = Filesystem::normalizePath($path);
if ($this->mountPoint === $path or $this->mountPoint . '/' === $path) {
$internalPath = '';
} else {