cvs: smarty /libs Smarty.class.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1086691730@cvsserver> |
messju Tue Jun 8 06:48:50 2004 EDT
Modified files:
/smarty/libs Smarty.class.php
Log:
made the correct value of "use_sub_dirs" available to the compiler.
(not worth a NEWS-entry, i think)
http://cvs.php.net/diff.php/smarty/libs/Smarty.class.php?r1=1.489&r2=1.490&ty=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.489 smarty/libs/Smarty.class.php:1.490
--- smarty/libs/Smarty.class.php:1.489 Wed May 26 11:26:41 2004
+++ smarty/libs/Smarty.class.php Tue Jun 8 06:48:50 2004
@@ -30,7 +30,7 @@
* @version 2.6.3-dev
*/
-/* $Id: Smarty.class.php,v 1.489 2004/05/26 15:26:41 messju Exp $ */
+/* $Id: Smarty.class.php,v 1.490 2004/06/08 10:48:50 messju Exp $ */
/**
* DIR_SEP isn't used anymore, but third party apps might
@@ -1463,6 +1463,7 @@
$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;
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php