From 9e6e9a5bb2dd62170a4bb6f2dfae840641e2ea1b Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 25 Mar 2010 16:51:38 +0000 Subject: [PATCH] for cache --- setup.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.phtml b/setup.phtml index 62648a6..d55520c 100644 --- a/setup.phtml +++ b/setup.phtml @@ -727,7 +727,7 @@ if (!isset($SITEINFO)) { $cacheOptions = array( 'cacheDir' => BASE . 'cache', 'writeControl' => true, - 'lifeTime' => null,//(DEVELOPMENT) ? 0 : null, + 'lifeTime' => (DEVELOPMENT) ? 0 : null, 'readControl' => true, 'fileNameProtection' => false, 'readControlType' => 'md5', -- 2.17.1