From e311005304b1f220dba82a2a8ff8e9afdc09ae4b Mon Sep 17 00:00:00 2001 From: messju Date: Tue, 8 Jun 2004 10:48:50 +0000 Subject: [PATCH] made the correct value of "use_sub_dirs" available to the compiler. (not worth a NEWS-entry, i think) --- libs/Smarty.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index f0e79bcf..780468ec 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -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;