fixed inlude_once-call

This commit is contained in:
messju
2003-06-29 12:25:03 +00:00
parent eabd6dfebb
commit 0d2409b7aa

View File

@@ -48,7 +48,7 @@ function smarty_core_load_resource_plugin($params, &$smarty)
* 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.