fixed handling of nocache-state

This commit is contained in:
messju
2003-06-30 00:07:27 +00:00
parent 135bc2fad8
commit 473b7d8ace
2 changed files with 8 additions and 1 deletions

View File

@@ -571,6 +571,13 @@ class Smarty
*/
var $_cache_serials = array();
/**
* name of optional cache include file
*
* @var string
*/
var $_cache_include = null;
/**
* cached file paths
*

View File

@@ -80,7 +80,7 @@ class Smarty_Compiler extends Smarty {
var $_obj_params_regexp = null;
var $_obj_call_regexp = null;
var $_cacheable_state = true;
var $_cacheable_state = 0;
var $_nocache_count = 0;
var $_cache_serial = null;
var $_cache_include = null;