Completed
Pull Request — master (#335)
by Maxence
15s
created
lib/Service/GroupFoldersService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -159,7 +159,7 @@
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.