@@ -217,7 +217,7 @@ discard block |
||
| 217 | 217 | |
| 218 | 218 | $member->inviteToCircle($circle->getType()); |
| 219 | 219 | |
| 220 | - if ($this->configService->isInvitationSkipped()){ |
|
| 220 | + if ($this->configService->isInvitationSkipped()) { |
|
| 221 | 221 | $member->joinCircle($circle->getType()); |
| 222 | 222 | } |
| 223 | 223 | } |
@@ -327,7 +327,7 @@ discard block |
||
| 327 | 327 | return; |
| 328 | 328 | } |
| 329 | 329 | |
| 330 | - $tmpContact = $this->userId . ':' . $ident; |
|
| 330 | + $tmpContact = $this->userId.':'.$ident; |
|
| 331 | 331 | $result = MiscService::getContactData($tmpContact); |
| 332 | 332 | if (empty($result)) { |
| 333 | 333 | throw new NoUserException($this->l10n->t("This contact is not available")); |