@@ -159,7 +159,7 @@ |
||
| 159 | 159 | $mountPoint = new MountPoint(); |
| 160 | 160 | $mount = $mount->toArray(); |
| 161 | 161 | $mountPoint->setId($this->getInt('id', $mount, -1)) |
| 162 | - ->setPath('/' . $userId . '/files/' . $mount['mount_point']) |
|
| 162 | + ->setPath('/'.$userId.'/files/'.$mount['mount_point']) |
|
| 163 | 163 | ->setGroups(array_keys($mount['groups'])); |
| 164 | 164 | $mountPoints[] = $mountPoint; |
| 165 | 165 | } |