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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.