Author: fabien
Date: 2010-05-06 14:45:05 +0200 (Thu, 06 May 2010)
New Revision: 29372

Modified:
   branches/2.0/src/Symfony/Framework/WebBundle/Listener/ControllerLoader.php
Log:
Merge branch 'master' of git://github.com/symfony/symfony

Modified: 
branches/2.0/src/Symfony/Framework/WebBundle/Listener/ControllerLoader.php
===================================================================
--- branches/2.0/src/Symfony/Framework/WebBundle/Listener/ControllerLoader.php  
2010-05-06 12:30:11 UTC (rev 29371)
+++ branches/2.0/src/Symfony/Framework/WebBundle/Listener/ControllerLoader.php  
2010-05-06 12:45:05 UTC (rev 29372)
@@ -47,7 +47,7 @@
 
         $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);
 

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to