mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 03:44:26 +02:00
- bugfix in smarty_internal_templatecompilerbase (overloaded property)
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
12/04/2010
|
||||||
|
- bugfix in smarty_internal_templatecompilerbase (overloaded property)
|
||||||
|
|
||||||
07/04/2010
|
07/04/2010
|
||||||
- bugfix typo in smarty_internal_templatecompilerbase
|
- bugfix typo in smarty_internal_templatecompilerbase
|
||||||
|
|
||||||
|
@@ -374,7 +374,7 @@ class Smarty_Internal_TemplateCompilerBase {
|
|||||||
$this->template->required_plugins['nocache'][$plugin_name]['modifier'] = $this->template->required_plugins['compiled'][$plugin_name]['modifier'];
|
$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 {
|
} else {
|
||||||
$_output = $content;
|
$_output = $content;
|
||||||
|
Reference in New Issue
Block a user