mirror of
https://github.com/smarty-php/smarty.git
synced 2026-04-29 10:13:25 +02:00
- improve template scope handling
This commit is contained in:
@@ -37,13 +37,6 @@ class Smarty_Data extends Smarty_Internal_Data
|
||||
* @var Smarty
|
||||
*/
|
||||
public $smarty = null;
|
||||
|
||||
/**
|
||||
* This object type (Smarty = 1, template = 2, data = 4)
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
public $_objType = 4;
|
||||
|
||||
/**
|
||||
* create Smarty data object
|
||||
|
||||
Reference in New Issue
Block a user