Updated zf2 submodule and module manager option key
authorEvan Coury <me@evancoury.com>
Thu, 13 Oct 2011 20:12:03 +0000 (13:12 -0700)
committerEvan Coury <me@evancoury.com>
Thu, 13 Oct 2011 20:12:03 +0000 (13:12 -0700)
- s/enable_self_installation/enable_auto_installation

configs/application.config.php
library/ZendFramework

index 3db882f..daf929f 100644 (file)
@@ -7,10 +7,10 @@ return new Zend\Config\Config(array(
         'Application',
     ),
     'module_manager_options' => array( 
-        'enable_config_cache' => false,
-        'cache_dir'           => realpath(__DIR__ . '/../data/cache'),
-        'enable_dependency_check' => false,
-        'enable_self_installation' => false,
-        'manifest_dir' => realpath(__DIR__ . '/../data'),
+        'enable_config_cache'      => false,
+        'cache_dir'                => realpath(__DIR__ . '/../data/cache'),
+        'enable_dependency_check'  => false,
+        'enable_auto_installation' => false,
+        'manifest_dir'             => realpath(__DIR__ . '/../data'),
     ),
 ));
index f895977..fb3c0a0 160000 (submodule)
@@ -1 +1 @@
-Subproject commit f895977e4c8a8e7da568aceafd607986b70627eb
+Subproject commit fb3c0a061e37cf21f6f736e21b4cdd5c42ea4400