added missing compile_id inside Smarty_Compiler

This commit is contained in:
messju
2003-03-31 22:17:53 +00:00
parent 45ff82cf10
commit bf1868bb35

View File

@@ -1729,6 +1729,7 @@ class Smarty
$smarty_compiler->_plugins = &$this->_plugins; $smarty_compiler->_plugins = &$this->_plugins;
$smarty_compiler->_tpl_vars = &$this->_tpl_vars; $smarty_compiler->_tpl_vars = &$this->_tpl_vars;
$smarty_compiler->default_modifiers = $this->default_modifiers; $smarty_compiler->default_modifiers = $this->default_modifiers;
$smarty_compiler->compile_id = $this->_compile_id;
if ($smarty_compiler->_compile_file($tpl_file, $template_source, $template_compiled)) { if ($smarty_compiler->_compile_file($tpl_file, $template_source, $template_compiled)) {
return true; return true;