diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/files/mount/mountpoint.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/private/files/mount/mountpoint.php b/lib/private/files/mount/mountpoint.php index b62dc478015..85edb7cb570 100644 --- a/lib/private/files/mount/mountpoint.php +++ b/lib/private/files/mount/mountpoint.php @@ -95,12 +95,10 @@ class MountPoint implements IMountPoint { } /** - * Sets the mount point path, relative to data/ - * * @param string $mountPoint new mount point */ public function setMountPoint($mountPoint) { - $this->mountPoint = $this->formatPath($mountPoint); + $this->mountPoint = $mountPoint; } /** |