From 0363dd83a3fc7d5f85f9f3556ffec7984910fdca Mon Sep 17 00:00:00 2001 From: messju Date: Tue, 24 Jun 2003 09:27:27 +0000 Subject: [PATCH] fixed value of _cacheable_state on compiler-startup --- libs/Smarty_Compiler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index c3db884b..a9001b94 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -80,7 +80,7 @@ class Smarty_Compiler extends Smarty { var $_obj_params_regexp = null; var $_obj_call_regexp = null; - var $_cacheable_state = 0; + var $_cacheable_state = true; var $_nocache_count = 0; var $_cache_serial = null; var $_cache_include = null;