From 55d50efb1d1ead20f9004b46b76480abff20fa68 Mon Sep 17 00:00:00 2001 From: "monte.ohrt" Date: Mon, 28 Dec 2009 03:22:57 +0000 Subject: [PATCH] set default cache lifetime to 3600, BC with Smarty 2 --- libs/Smarty.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 5a23d848..16e5b5f5 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -138,7 +138,7 @@ class Smarty extends Smarty_Internal_Data { // merge compiled includea public $merge_compiled_includes = false; // cache lifetime - public $cache_lifetime = 0; + public $cache_lifetime = 3600; // force cache file creation public $force_cache = false; // cache_id