Skip to content

Commit

Permalink
fixed typo in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 6, 2010
1 parent 9c2c992 commit e799768
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -47,7 +47,7 @@ public function run($controller, array $path = array(), array $query = array())

$subRequest = $request->duplicate($query, null, $path);

$response = $this->container->handle($subRequest, false, true);
$response = $this->container->getKernelService()->handle($subRequest, false, true);

$this->container->setService('request', $request);

Expand Down

0 comments on commit e799768

Please sign in to comment.