Skip to content
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbjorn committed Dec 22, 2011
1 parent 06ceb81 commit 21290a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventListener/TemplateListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function onKernelController(FilterControllerEvent $event)

$request->attributes->set('_template', $configuration->getTemplate());
$request->attributes->set('_template_vars', $configuration->getVars());
$request->attribytes->set('_template_streamable', $configuration->isStreamable());
$request->attributes->set('_template_streamable', $configuration->isStreamable());

// all controller method arguments
if (!$configuration->getVars()) {
Expand Down

0 comments on commit 21290a3

Please sign in to comment.