@@ -60,7 +60,7 @@ |
||
| 60 | 60 | */ |
| 61 | 61 | public function getForm() { |
| 62 | 62 | $cloudID = $this->userSession->getUser()->getCloudId(); |
| 63 | - $url = 'https://nextcloud.com/sharing#' . $cloudID; |
|
| 63 | + $url = 'https://nextcloud.com/sharing#'.$cloudID; |
|
| 64 | 64 | |
| 65 | 65 | $parameters = [ |
| 66 | 66 | 'outgoingServer2serverShareEnabled' => $this->federatedShareProvider->isOutgoingServer2serverShareEnabled(), |