[prev in list] [next in list] [prev in thread] [next in thread] 

List:       smarty-cvs
Subject:    [SMARTY-CVS] cvs: smarty /libs/core core.load_resource_plugin.php
From:       "Messju Mohr" <messju () php ! net>
Date:       2003-06-29 12:25:03
[Download RAW message or body]

messju		Sun Jun 29 08:25:03 2003 EDT

  Modified files:              
    /smarty/libs/core	core.load_resource_plugin.php 
  Log:
  fixed inlude_once-call
  
  
Index: smarty/libs/core/core.load_resource_plugin.php
diff -u smarty/libs/core/core.load_resource_plugin.php:1.2 \
                smarty/libs/core/core.load_resource_plugin.php:1.3
--- smarty/libs/core/core.load_resource_plugin.php:1.2	Sat Jun 21 23:13:25 2003
+++ smarty/libs/core/core.load_resource_plugin.php	Sun Jun 29 08:25:03 2003
@@ -48,7 +48,7 @@
          * If the plugin file is found, it -must- provide the properly named
          * plugin functions.
          */
-        $smarty->smarty_include_once($_plugin_file);
+        include_once($_plugin_file);
 
         /*
          * Locate functions that we require the plugin to provide.



-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic