Skip to content

Commit 9383a63

Browse files
authored
[BUGFIX Remove errorneous function call from partial revert
]Merge pull request #672 from in2code-de/bugfix/v8-inv-broken thx to Andreas Nedbal - in2code
2 parents 109eb84 + 2bb7b67 commit 9383a63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Classes/Controller/InvitationController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ public function editAction(int $user, string $hash = ''): ResponseInterface
157157
{
158158
$user = $this->userRepository->findByUid($user);
159159

160-
$this->addVariablesForActionConfirmation(true, $user, 'invitationConfirmation');
161-
162160
// User must exist and hash must be valid
163161
if ($user === null || !HashUtility::validHash($hash, $user)) {
164162
$this->addFlashMessage(

0 commit comments

Comments
 (0)