mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 20:04:27 +02:00
- fixed problem with caching of compiler plugins
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
05/25/2009
|
||||
- fixed problem with caching of compiler plugins
|
||||
|
||||
05/14/2009
|
||||
- fixed directory separator handling
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user