mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fixed value of _cacheable_state on compiler-startup
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user