X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/0d068fd3e188d5f80f718e1003bf7937ebd13049..8f802c1a7fcaf4efe6822ecee3e19f1cededf2c4:/Controller/UserController.php

diff --git a/Controller/UserController.php b/Controller/UserController.php
index 510ae33..bd28a54 100644
--- a/Controller/UserController.php
+++ b/Controller/UserController.php
@@ -640,6 +640,6 @@ class UserController extends BaseUserController {
 		}
 
 		//Redirect to user
-		return $this->redirectToRoute('rapsys_user_edit', ['mail' => $short = $this->slugger->short($user->getMail()), 'hash' => $this->slugger->hash($short)]);
+		return $this->redirectToRoute('rapsysuser_edit', ['mail' => $short = $this->slugger->short($user->getMail()), 'hash' => $this->slugger->hash($short)]);
 	}
 }