Skip to content

Commit 2bb7b67

Browse files
committed
[BUGFIX] Remove errorneous function call from partial revert
Fixes #669
1 parent fecd308 commit 2bb7b67

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
@@ -156,8 +156,6 @@ public function editAction(int $user, string $hash = ''): ResponseInterface
156156
{
157157
$user = $this->userRepository->findByUid($user);
158158

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

0 commit comments

Comments
 (0)