From: Steve Sutton Date: Thu, 25 Mar 2010 16:51:38 +0000 (+0000) Subject: for cache X-Git-Tag: v1.0.0~55 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=9e6e9a5bb2dd62170a4bb6f2dfae840641e2ea1b;p=web%2FTroutCreek.git for cache --- 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',