X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=configs%2Fapplication.config.php;h=daf929f2bd822067cd4daa7541c383030c8f1434;hb=ed3c4b00dd34314171bac254ca3176d44ae32f00;hp=3db882fa7c8ae3fe0f2303ef01458bc0fc8de850;hpb=27b7fadcc885ac4c0ece6db351e6ad910587f1a4;p=zf2.biz%2Fgalerie.git 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'), ), ));