]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Controller/DefaultController.php
Add note about parameter changes
[airbundle] / Controller / DefaultController.php
index f15ae32bccfcd4e6f9a5dc509a807303fc939424..5ec04eb6f404e9aeeb2761859eb112bae5711d6a 100644 (file)
@@ -28,6 +28,7 @@ class DefaultController extends AbstractController {
                $this->translator = $translator;
        }
 
+       //FIXME: we need to change the $this->container->getParameter($alias.'.xyz') to $this->container->getParameter($alias)['xyz']
        public function contactAction(Request $request) {
                //Set section
                $section = $this->translator->trans('Contact');