This commit is contained in:
rodneyrehm
2011-09-21 22:05:54 +00:00
parent 7a6b9dba91
commit e499fb11f0

View File

@@ -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) {