From: Evan Coury Date: Thu, 13 Oct 2011 20:12:03 +0000 (-0700) Subject: Updated zf2 submodule and module manager option key X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=ed3c4b00dd34314171bac254ca3176d44ae32f00;p=zf2.biz%2Fgalerie.git Updated zf2 submodule and module manager option key - s/enable_self_installation/enable_auto_installation --- diff --git a/configs/application.config.php b/configs/application.config.php index 3db882f..daf929f 100644 --- a/configs/application.config.php +++ b/configs/application.config.php @@ -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'), ), )); diff --git a/library/ZendFramework b/library/ZendFramework index f895977..fb3c0a0 160000 --- a/library/ZendFramework +++ b/library/ZendFramework @@ -1 +1 @@ -Subproject commit f895977e4c8a8e7da568aceafd607986b70627eb +Subproject commit fb3c0a061e37cf21f6f736e21b4cdd5c42ea4400