cvs: smarty /libs/core core.load_resource_plugin.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1056889503@cvsserver> |
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