cvs: smarty /libs/core core.assemble_plugin_filepath.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1056367282@cvsserver> |
messju Mon Jun 23 07:21:22 2003 EDT
Modified files:
/smarty/libs/core core.assemble_plugin_filepath.php
Log:
fixed warning
Index: smarty/libs/core/core.assemble_plugin_filepath.php
diff -u smarty/libs/core/core.assemble_plugin_filepath.php:1.3 smarty/libs/core/core.assemble_plugin_filepath.php:1.4
--- smarty/libs/core/core.assemble_plugin_filepath.php:1.3 Sat Jun 21 23:13:25 2003
+++ smarty/libs/core/core.assemble_plugin_filepath.php Mon Jun 23 07:21:22 2003
@@ -16,7 +16,8 @@
{
$_plugin_filename = $params['type'] . '.' . $params['name'] . '.php';
-
+ $_return = false;
+
foreach ((array)$smarty->plugins_dir as $_plugin_dir) {
$_plugin_filepath = $_plugin_dir . DIRECTORY_SEPARATOR . $_plugin_filename;
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php