Fix reference to compile_id.

This commit is contained in:
andrey
2001-10-01 16:53:39 +00:00
parent fa1dc015ee
commit 87b477bf4a
2 changed files with 2 additions and 2 deletions

View File

@@ -843,7 +843,7 @@ function _generate_debug_output() {
array_unshift($this->_config, $this->_config[0]); array_unshift($this->_config, $this->_config[0]);
if ($this->_process_template($_smarty_include_tpl_file, $compile_path, $compile_id)) { if ($this->_process_template($_smarty_include_tpl_file, $compile_path, $this->_compile_id)) {
if ($this->show_info_include) { if ($this->show_info_include) {
echo "\n<!-- SMARTY_BEGIN: ".$_smarty_include_tpl_file." -->\n"; echo "\n<!-- SMARTY_BEGIN: ".$_smarty_include_tpl_file." -->\n";
} }

View File

@@ -843,7 +843,7 @@ function _generate_debug_output() {
array_unshift($this->_config, $this->_config[0]); array_unshift($this->_config, $this->_config[0]);
if ($this->_process_template($_smarty_include_tpl_file, $compile_path, $compile_id)) { if ($this->_process_template($_smarty_include_tpl_file, $compile_path, $this->_compile_id)) {
if ($this->show_info_include) { if ($this->show_info_include) {
echo "\n<!-- SMARTY_BEGIN: ".$_smarty_include_tpl_file." -->\n"; echo "\n<!-- SMARTY_BEGIN: ".$_smarty_include_tpl_file." -->\n";
} }