From bf1868bb35bc1d5cf9625f1c44b8960c80f0b757 Mon Sep 17 00:00:00 2001 From: messju Date: Mon, 31 Mar 2003 22:17:53 +0000 Subject: [PATCH] added missing compile_id inside Smarty_Compiler --- libs/Smarty.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index da3c43b1..3efbea0a 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -1729,6 +1729,7 @@ class Smarty $smarty_compiler->_plugins = &$this->_plugins; $smarty_compiler->_tpl_vars = &$this->_tpl_vars; $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)) { return true;