Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
866d4c3
)
Add note about parameter changes
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 7 Nov 2019 03:00:00 +0000
(
04:00
+0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 7 Nov 2019 03:00:00 +0000
(
04:00
+0100)
Controller/DefaultController.php
patch
|
blob
|
history
diff --git
a/Controller/DefaultController.php
b/Controller/DefaultController.php
index f15ae32bccfcd4e6f9a5dc509a807303fc939424..5ec04eb6f404e9aeeb2761859eb112bae5711d6a 100644
(file)
--- a/
Controller/DefaultController.php
+++ b/
Controller/DefaultController.php
@@
-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');