- fixed problem with caching of compiler plugins

This commit is contained in:
Uwe.Tews
2009-05-25 21:14:44 +00:00
parent 1084678645
commit d4558ca158
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
05/25/2009
- fixed problem with caching of compiler plugins
05/14/2009
- fixed directory separator handling

View File

@@ -158,6 +158,7 @@ class Smarty_Internal_TemplateCompilerBase extends Smarty_Internal_Base {
}
// if compiler function plugin call it now
if ($this->smarty->registered_plugins[$tag][0] == 'compiler') {
$this->tag_nocache = false;
return call_user_func_array($this->smarty->registered_plugins[$tag][1], array($args, $this));
}
// compile function or block plugin