fixed problem with insert tags when loading function from script attribute

and caching enabled (Monte)
This commit is contained in:
mohrt
2002-07-15 15:20:14 +00:00
parent 4715bcf83c
commit dba492a9ae
2 changed files with 2 additions and 2 deletions

View File

@@ -1282,7 +1282,7 @@ function _run_insert_handler($args)
$name,
$this->_plugins['insert'][$name][1],
$this->_plugins['insert'][$name][2],
false);
!empty($args['script']) ? true : false);
}
return $this->_smarty_md5."{insert_cache $arg_string}".$this->_smarty_md5;
} else {

View File

@@ -1282,7 +1282,7 @@ function _run_insert_handler($args)
$name,
$this->_plugins['insert'][$name][1],
$this->_plugins['insert'][$name][2],
false);
!empty($args['script']) ? true : false);
}
return $this->_smarty_md5."{insert_cache $arg_string}".$this->_smarty_md5;
} else {