mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
made the correct value of "use_sub_dirs" available to the compiler.
(not worth a NEWS-entry, i think)
This commit is contained in:
@@ -1463,6 +1463,7 @@ class Smarty
|
||||
$smarty_compiler->secure_dir = $this->secure_dir;
|
||||
$smarty_compiler->security_settings = $this->security_settings;
|
||||
$smarty_compiler->trusted_dir = $this->trusted_dir;
|
||||
$smarty_compiler->use_sub_dirs = $this->use_sub_dirs;
|
||||
$smarty_compiler->_reg_objects = &$this->_reg_objects;
|
||||
$smarty_compiler->_plugins = &$this->_plugins;
|
||||
$smarty_compiler->_tpl_vars = &$this->_tpl_vars;
|
||||
|
Reference in New Issue
Block a user