mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
- bugfix cache file could include unneeded modifier plugins under certain condition
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
===== trunk =====
|
===== trunk =====
|
||||||
|
21.11.2011
|
||||||
|
- bugfix cache file could include unneeded modifier plugins under certain condition
|
||||||
|
|
||||||
18.11.2011
|
18.11.2011
|
||||||
- bugfix declare all directory properties private to map direct access to getter/setter also on extended Smarty class
|
- bugfix declare all directory properties private to map direct access to getter/setter also on extended Smarty class
|
||||||
|
|
||||||
|
@@ -569,6 +569,7 @@ abstract class Smarty_Internal_TemplateCompilerBase {
|
|||||||
} else {
|
} else {
|
||||||
$_output = $content;
|
$_output = $content;
|
||||||
}
|
}
|
||||||
|
$this->modifier_plugins = array();
|
||||||
$this->suppressNocacheProcessing = false;
|
$this->suppressNocacheProcessing = false;
|
||||||
$this->tag_nocache = false;
|
$this->tag_nocache = false;
|
||||||
return $_output;
|
return $_output;
|
||||||
|
Reference in New Issue
Block a user