diff --git a/src/Controller/SocialController.php b/src/Controller/SocialController.php index f29dcf4b..96e1d68c 100755 --- a/src/Controller/SocialController.php +++ b/src/Controller/SocialController.php @@ -584,7 +584,7 @@ protected function searchForm(Request $request, TranslatorInterface $translator, * methods={"GET"}, * defaults={"type"="popular", "page"=1}, * requirements={ - * "type"="find|favorites|mine|recent|hottopics|tournament|popular", + * "type"="find|favorites|mine|recent|halloffame|hottopics|tournament|popular", * "page"="\d+" * } * )