diff --git a/libs/Smarty.class.php b/libs/Smarty.class.php index 5ad5f746..bf40e1e0 100644 --- a/libs/Smarty.class.php +++ b/libs/Smarty.class.php @@ -1209,7 +1209,7 @@ class Smarty extends Smarty_Internal_TemplateBase { // loop through plugin dirs and find the plugin foreach($this->getPluginsDir() as $_plugin_dir) { $names = array( - // $_plugin_dir . $_plugin_filename, + $_plugin_dir . $_plugin_filename, $_plugin_dir . strtolower($_plugin_filename), ); foreach ($names as $file) {