mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fixed warning
This commit is contained in:
@@ -16,6 +16,7 @@ function smarty_core_assemble_plugin_filepath($params, &$smarty)
|
||||
{
|
||||
|
||||
$_plugin_filename = $params['type'] . '.' . $params['name'] . '.php';
|
||||
$_return = false;
|
||||
|
||||
foreach ((array)$smarty->plugins_dir as $_plugin_dir) {
|
||||
|
||||
|
Reference in New Issue
Block a user