From e499fb11f0ceeed08b6dedd552ac3dd54be72f46 Mon Sep 17 00:00:00 2001 From: rodneyrehm Date: Wed, 21 Sep 2011 22:05:54 +0000 Subject: [PATCH] =?UTF-8?q?oops=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/Smarty.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {