mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 03:14:27 +02:00
- added missing _plugins property in smarty.class.php
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
14/02/2010
|
||||
- added missing _plugins property in smarty.class.php
|
||||
|
||||
12/02/2010
|
||||
- bugfix on nested {block} tags
|
||||
- changed Smarty special variable $smarty.parent to $smarty.block.parent
|
||||
|
@@ -224,6 +224,8 @@ class Smarty extends Smarty_Internal_Data {
|
||||
public $block_data = array();
|
||||
// block tag hierarchy
|
||||
public $_tag_stack = array();
|
||||
// plugins
|
||||
public $_plugins = array();
|
||||
// generate deprecated function call notices?
|
||||
public $deprecation_notices = true;
|
||||
|
||||
@@ -731,4 +733,4 @@ function smartyAutoload($class) {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
Reference in New Issue
Block a user