[zen-33] Updated to new controller scoped container
authorMatthew Weier O'Phinney <matthew@zend.com>
Tue, 15 May 2012 21:45:52 +0000 (16:45 -0500)
committerMatthew Weier O'Phinney <matthew@zend.com>
Tue, 15 May 2012 21:45:52 +0000 (16:45 -0500)
- Minor change in configuration

module/Application/config/module.config.php
vendor/ZendFramework

index 40d5db9..b68e949 100644 (file)
@@ -28,8 +28,10 @@ return array(
             ),
         ),
     ),
-    'controllers' => array(
-        'IndexController' => 'Application\Controller\IndexController'
+    'controller' => array(
+        'classes' => array(
+            'IndexController' => 'Application\Controller\IndexController'
+        ),
     ),
     'view_manager' => array(
         'display_not_found_reason' => true,
index 1fe2a51..32e4f07 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 1fe2a51aec36f86db87bb02536c6c816ca6b4284
+Subproject commit 32e4f07f17033066efe6f4ad5a2463989200f586