X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=configs%2Fapplication.config.php;h=b7161910c0945432717a3828a21ce992e5ac3ef9;hb=07f9a36fe6140f21229a07b3f1342edbe7cd8da1;hp=90da2e67433a30eb0e7f281d7e2bb12c682c6867;hpb=49440e70a33225e071345bf53d8a7471d3997670;p=zf2.biz%2Fgalerie.git diff --git a/configs/application.config.php b/configs/application.config.php index 90da2e6..b716191 100644 --- a/configs/application.config.php +++ b/configs/application.config.php @@ -1,13 +1,14 @@ array( realpath(__DIR__ . '/../modules'), + realpath(__DIR__ . '/../vendors'), ), 'modules' => array( 'Application', ), - 'module_manager_options' => array( - 'cache_config' => false, - 'cache_dir' => realpath(__DIR__ . '/../data/cache'), + 'module_listener_options' => array( + 'config_cache_enabled' => false, + 'cache_dir' => realpath(__DIR__ . '/../data/cache'), ), -)); +);