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;