Skip to content

Commit

Permalink
Merge pull request #377 from woutervandamme/bugfix/nodeTranslation
Browse files Browse the repository at this point in the history
[NodeBundle] Don't BC break nodeTranslation introduced when we depreciated the service method
  • Loading branch information
Roderik van der Veer committed Apr 27, 2015
2 parents e5e5f53 + 9e1cead commit 92c97c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function onKernelView(GetResponseForControllerResultEvent $event)
$parameters = $request->attributes->get('_renderContext');

$renderContext = array(
'_nodeTranslation' => $nodeTranslation,
'nodetranslation' => $nodeTranslation,
'slug' => $url,
'page' => $entity,
'resource' => $entity,
Expand Down

0 comments on commit 92c97c9

Please sign in to comment.