X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/e7d0d2eda30f445cd06cffdc6d4932e1da123f00..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');