diff options
Diffstat (limited to 'lib/filesystem.php')
-rw-r--r-- | lib/filesystem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php index 60fd051f303..3497431f1ee 100644 --- a/lib/filesystem.php +++ b/lib/filesystem.php @@ -168,7 +168,7 @@ class OC_Filesystem{ if(substr($mountpoint,0,1)!=='/'){ $mountpoint='/'.$mountpoint; } - self::$mounts[self::$fakeRoot.$mountpoint]=array('type'=>$type,'arguments'=>$arguments); + self::$mounts[$mountpoint]=array('type'=>$type,'arguments'=>$arguments); } /** |