mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 11:54:26 +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
|
12/02/2010
|
||||||
- bugfix on nested {block} tags
|
- bugfix on nested {block} tags
|
||||||
- changed Smarty special variable $smarty.parent to $smarty.block.parent
|
- changed Smarty special variable $smarty.parent to $smarty.block.parent
|
||||||
|
@@ -224,6 +224,8 @@ class Smarty extends Smarty_Internal_Data {
|
|||||||
public $block_data = array();
|
public $block_data = array();
|
||||||
// block tag hierarchy
|
// block tag hierarchy
|
||||||
public $_tag_stack = array();
|
public $_tag_stack = array();
|
||||||
|
// plugins
|
||||||
|
public $_plugins = array();
|
||||||
// generate deprecated function call notices?
|
// generate deprecated function call notices?
|
||||||
public $deprecation_notices = true;
|
public $deprecation_notices = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user