mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fixed inlude_once-call
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user