mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
- bugfix registerFilter() or registerPlugin() on template objects did register to the main Smarty object if the register methods had been used on the main Smarty object before.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
===== SVN trunk =====
|
||||
07/06/2011
|
||||
- bugfix registerFilter() or registerPlugin() on template objects did register to the main Smarty object if the register methods had been used on the main Smarty object before.
|
||||
|
||||
===== Smarty 3.0.8 =====
|
||||
29/05/2011
|
||||
- bugfix <?xml ...> in templates did break "cache modified check"
|
||||
|
@@ -724,8 +724,8 @@ class Smarty extends Smarty_Internal_Data {
|
||||
// clear assigned tpl vars
|
||||
$this->tpl_vars = array();
|
||||
// clear objects for external methods
|
||||
unset($this->register);
|
||||
unset($this->filter);
|
||||
unset($this->Register);
|
||||
unset($this->Filter);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user