mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-08 04:14: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
|
05/14/2009
|
||||||
- fixed directory separator handling
|
- fixed directory separator handling
|
||||||
|
|
||||||
|
@@ -158,6 +158,7 @@ class Smarty_Internal_TemplateCompilerBase extends Smarty_Internal_Base {
|
|||||||
}
|
}
|
||||||
// if compiler function plugin call it now
|
// if compiler function plugin call it now
|
||||||
if ($this->smarty->registered_plugins[$tag][0] == 'compiler') {
|
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));
|
return call_user_func_array($this->smarty->registered_plugins[$tag][1], array($args, $this));
|
||||||
}
|
}
|
||||||
// compile function or block plugin
|
// compile function or block plugin
|
||||||
|
Reference in New Issue
Block a user