From aa568254886a3adf2ae57ee3d2df7d41a7977572 Mon Sep 17 00:00:00 2001 From: Evan Coury Date: Wed, 5 Oct 2011 10:48:41 -0700 Subject: [PATCH 1/1] Update ZF2 submoudle to latest master --- configs/application.config.php | 4 ++-- library/ZendFramework | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/application.config.php b/configs/application.config.php index 90da2e6..d725788 100644 --- a/configs/application.config.php +++ b/configs/application.config.php @@ -7,7 +7,7 @@ return new Zend\Config\Config(array( 'Application', ), 'module_manager_options' => array( - 'cache_config' => false, - 'cache_dir' => realpath(__DIR__ . '/../data/cache'), + 'enable_config_cache' => false, + 'cache_dir' => realpath(__DIR__ . '/../data/cache'), ), )); diff --git a/library/ZendFramework b/library/ZendFramework index 7d314f2..45bbe92 160000 --- a/library/ZendFramework +++ b/library/ZendFramework @@ -1 +1 @@ -Subproject commit 7d314f2eac0f9af3998318f23c423aa2771f668d +Subproject commit 45bbe929288848278a1151d757555f0715d2cb45 -- 1.7.10.4