mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
added missing compile_id inside Smarty_Compiler
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user