cvs: smarty /libs Smarty.class.php

"Messju Mohr" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsmessju1067923004@cvsserver>
messju		Tue Nov  4 00:16:44 2003 EDT

  Modified files:              
    /smarty/libs	Smarty.class.php 
  Log:
  fixed little bug in _parse_resource_name() (jlgunter, messju)
  
  
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.452 smarty/libs/Smarty.class.php:1.453
--- smarty/libs/Smarty.class.php:1.452	Sun Oct 12 18:19:31 2003
+++ smarty/libs/Smarty.class.php	Tue Nov  4 00:16:44 2003
@@ -43,7 +43,7 @@
  * @version 2.6.0-RC2-cvs
  */
 
-/* $Id: Smarty.class.php,v 1.452 2003/10/12 22:19:31 messju Exp $ */
+/* $Id: Smarty.class.php,v 1.453 2003/11/04 05:16:44 messju Exp $ */
 
 /**
  * DIR_SEP isn't used anymore, but third party apps might
@@ -1621,7 +1621,7 @@
                 } else {
                     $_return = call_user_func_array(
                         $this->default_template_handler_func,
-                        array($_resource_type, $_resource_name, &$params['source_content'], &$params['resource_timestamp'], &$this));
+                        array($_params['resource_type'], $_params['resource_name'], &$params['source_content'], &$params['resource_timestamp'], &$this));
                 }
             }
         }

-- 
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.