]> Raphaƫl G. Git Repositories - userbundle/blobdiff - Controller/DefaultController.php
Add change to do
[userbundle] / Controller / DefaultController.php
index d3c2a3f0ca2e481c11dfe76b7c93eeaa8e3468ce..5c817d3564485eeff69234a349b1643452f8129b 100644 (file)
@@ -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');