|
@@ -203,11 +203,11 @@ |
|
|
block discarded – undo |
|
203
|
203
|
|
|
204
|
204
|
|
|
205
|
205
|
foreach ($mounts as $path => $mount) { |
|
206
|
|
- echo '---------------- ' . json_encode($mount) . "\n"; |
|
|
206
|
+ echo '---------------- '.json_encode($mount)."\n"; |
|
207
|
207
|
|
|
208
|
208
|
$mountPoint = new MountPoint(); |
|
209
|
209
|
$mountPoint->setId($mount['id']) |
|
210
|
|
- ->setPath('/' . $userId . '/files/' . $mount['mount_point']) |
|
|
210
|
+ ->setPath('/'.$userId.'/files/'.$mount['mount_point']) |
|
211
|
211
|
->setGroups(array_keys($mount['groups'])); |
|
212
|
212
|
$mountPoints[] = $mountPoint; |
|
213
|
213
|
} |
Please login to merge, or discard this patch.