summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorrodneyrehm <rodneyrehm@localhost>2011-09-21 22:05:54 +0000
committerrodneyrehm <rodneyrehm@localhost>2011-09-21 22:05:54 +0000
commite499fb11f0ceeed08b6dedd552ac3dd54be72f46 (patch)
tree6e64b33cca26a29eb1d79a5c2f88de36c8c5cd91 /libs
parent7a6b9dba91fe91045ac6ad5b3fff6ee23ddd8da8 (diff)
downloadsmarty-e499fb11f0ceeed08b6dedd552ac3dd54be72f46.tar.gz
smarty-e499fb11f0ceeed08b6dedd552ac3dd54be72f46.tar.bz2
smarty-e499fb11f0ceeed08b6dedd552ac3dd54be72f46.zip
oops…
Diffstat (limited to 'libs')
-rw-r--r--libs/Smarty.class.php2
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) {