mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-05 12:14:12 +02:00
- bugfix in smarty_internal_templatecompilerbase (overloaded property)
This commit is contained in:
@@ -374,7 +374,7 @@ class Smarty_Internal_TemplateCompilerBase {
|
||||
$this->template->required_plugins['nocache'][$plugin_name]['modifier'] = $this->template->required_plugins['compiled'][$plugin_name]['modifier'];
|
||||
}
|
||||
}
|
||||
unset($this->template->saved_modifier);
|
||||
$this->template->saved_modifier = null;
|
||||
}
|
||||
} else {
|
||||
$_output = $content;
|
||||
|
||||
Reference in New Issue
Block a user