mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24:27 +02:00
oops
This commit is contained in:
@@ -1209,7 +1209,7 @@ class Smarty extends Smarty_Internal_TemplateBase {
|
|||||||
// loop through plugin dirs and find the plugin
|
// loop through plugin dirs and find the plugin
|
||||||
foreach($this->getPluginsDir() as $_plugin_dir) {
|
foreach($this->getPluginsDir() as $_plugin_dir) {
|
||||||
$names = array(
|
$names = array(
|
||||||
//$_plugin_dir . $_plugin_filename,
|
$_plugin_dir . $_plugin_filename,
|
||||||
$_plugin_dir . strtolower($_plugin_filename),
|
$_plugin_dir . strtolower($_plugin_filename),
|
||||||
);
|
);
|
||||||
foreach ($names as $file) {
|
foreach ($names as $file) {
|
||||||
|
Reference in New Issue
Block a user