diff options
| author | rodneyrehm <rodneyrehm@localhost> | 2011-09-21 22:05:54 +0000 |
|---|---|---|
| committer | rodneyrehm <rodneyrehm@localhost> | 2011-09-21 22:05:54 +0000 |
| commit | e499fb11f0ceeed08b6dedd552ac3dd54be72f46 (patch) | |
| tree | 6e64b33cca26a29eb1d79a5c2f88de36c8c5cd91 /libs | |
| parent | 7a6b9dba91fe91045ac6ad5b3fff6ee23ddd8da8 (diff) | |
| download | smarty-e499fb11f0ceeed08b6dedd552ac3dd54be72f46.tar.gz smarty-e499fb11f0ceeed08b6dedd552ac3dd54be72f46.tar.bz2 smarty-e499fb11f0ceeed08b6dedd552ac3dd54be72f46.zip | |
oops…
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/Smarty.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
