]> source.dussan.org Git - nextcloud-server.git/commitdiff
initialize $middleWares
authorThomas Müller <thomas.mueller@tmit.eu>
Sat, 28 Sep 2013 18:40:25 +0000 (20:40 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Sat, 28 Sep 2013 18:40:25 +0000 (20:40 +0200)
lib/appframework/dependencyinjection/dicontainer.php

index 380a0ee6d4a2dada164c5395bbfd8e5558c4a854..3755d45fa092dd1b44f8dfc62f9f3eafee23c536 100644 (file)
@@ -43,7 +43,7 @@ class DIContainer extends SimpleContainer implements IAppContainer{
        /**
         * @var array
         */
-       private $middleWares;
+       private $middleWares = array();
 
        /**
         * Put your class dependencies in here