This commit is contained in:
Neraste 2017-10-21 16:47:18 +02:00
parent 1246ea24e5
commit 6844009d71
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ class RegistrationService {
try { try {
$group = $this->groupManager->get($registered_user_group); $group = $this->groupManager->get($registered_user_group);
$group->addUser($user); $group->addUser($user);
$groupId = $group->gitGID(); $groupId = $group->getGID();
} catch (\Exception $e) { } catch (\Exception $e) {
throw new RegistrationException($e->getMessage()); throw new RegistrationException($e->getMessage());
} }