[Pkg-owncloud-commits] [owncloud] 43/172: add request to dispatcher	class
    David Prévot 
    taffit at moszumanska.debian.org
       
    Sun May 18 20:09:38 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 4dca2038bf3dbc8f17f08e9479de886483ba1e4b
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date:   Tue May 6 16:31:08 2014 +0200
    add request to dispatcher class
---
 lib/private/appframework/dependencyinjection/dicontainer.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/private/appframework/dependencyinjection/dicontainer.php b/lib/private/appframework/dependencyinjection/dicontainer.php
index c6139df..d4a1b97 100644
--- a/lib/private/appframework/dependencyinjection/dicontainer.php
+++ b/lib/private/appframework/dependencyinjection/dicontainer.php
@@ -85,7 +85,8 @@ class DIContainer extends SimpleContainer implements IAppContainer{
 			return new Dispatcher(
 				$c['Protocol'], 
 				$c['MiddlewareDispatcher'], 
-				$c['ControllerMethodReflector']
+				$c['ControllerMethodReflector'],
+				$c['Request']
 			);
 		});
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
    
    
More information about the Pkg-owncloud-commits
mailing list