X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/bab59a4b88a081a7a27a53b4559d74e63b68db92..cf96bf3ee0d73200eef9174ea7f6ef680f82de32:/Controller/DefaultController.php diff --git a/Controller/DefaultController.php b/Controller/DefaultController.php index d3c2a3f..5c817d3 100644 --- a/Controller/DefaultController.php +++ b/Controller/DefaultController.php @@ -11,6 +11,7 @@ use Symfony\Component\Form\FormError; use Rapsys\UserBundle\Utils\Slugger; class DefaultController extends Controller { + //FIXME: we need to change the $this->container->getParameter($alias.'.xyz') to $this->container->getParameter($alias)['xyz'] public function loginAction(Request $request, AuthenticationUtils $authenticationUtils) { //Get template $template = $this->container->getParameter(($alias = $this->getAlias()).'.login.template');