From 87b477bf4a45a8fb7fb5eecabd0953ebeaae2a79 Mon Sep 17 00:00:00 2001 From: andrey Date: Mon, 1 Oct 2001 16:53:39 +0000 Subject: [PATCH] Fix reference to compile_id. --- Smarty.class.php | 2 +- libs/Smarty.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Smarty.class.php b/Smarty.class.php index 3767e6b5..ee7c214a 100644 --- a/Smarty.class.php +++ b/Smarty.class.php @@ -843,7 +843,7 @@ function _generate_debug_output() { 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) { echo "\n\n"; } diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 3767e6b5..ee7c214a 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -843,7 +843,7 @@ function _generate_debug_output() { 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) { echo "\n\n"; }