fixed value of _cacheable_state on compiler-startup

This commit is contained in:
messju
2003-06-24 09:27:27 +00:00
parent 1882e3b26e
commit 0363dd83a3

View File

@@ -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;